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.Gem.
Summary
Adds the arguments to the specified argument builder.
- Assembly
- Cake
.Gem .dll - Namespace
- Cake
.Gem - Containing Type
- GemArgumentBuilder
<T>
Syntax
protected abstract void AddArguments(ProcessArgumentBuilder builder, T settings)
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
The builder. |
settings | T | The settings. |
Return Value
Type | Description |
---|---|
void |