This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppPackager.
Summary
Appends the specified switch to the argument builder.
- Assembly
- Cake
.AppPackager .dll - Namespace
- Cake
.AppPackager - Containing Type
- Process
Builder Extensions Methods
Syntax
public static void AppendSwitch(this ProcessArgumentBuilder builder, bool include, string text)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
The builder. |
| include | bool | Appends the switch only if true |
| text | string | The text to be appended. |
Return Value
| Type | Description |
|---|---|
| void |
