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.Powershell.
Summary
Appends the specified arguments as a hashtable to the argument builder.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- Process
Argument List Extensions
Syntax
public static ProcessArgumentBuilder AppendHashTable(this ProcessArgumentBuilder builder, string name, IDictionary<string, string> arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
The builder. |
| name | string | The argument name. |
| arguments | IDictionary |
The dictionary collection to be appended as a hashtable. |
Return Value
| Type | Description |
|---|---|
| Process |
The same ProcessArgumentBuilder instance so that multiple calls can be chained. |
