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
Initializes a new instance of the
NamedArgument class.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- NamedArgument
Syntax
public NamedArgument(string name, IProcessArgument value, string format)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the argument. |
| value | IProcessArgument | The argument value. |
| format | string | The format of argument. |
Return Value
| Type | Description |
|---|---|
| void |
