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.ResourceHacker.
Summary
Appends all arguments from settings.
- Assembly
- Cake
.ResourceHacker .dll - Namespace
- Cake
.ResourceHacker - Containing Type
- Arguments
Builder Extension
Syntax
public static void AppendAll(this ProcessArgumentBuilder builder, ICakeEnvironment cakeEnvironment, string command, ResourceHackerSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
|
| cakeEnvironment | ICakeEnvironment | |
| command | string | |
| settings | Resource |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
