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)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the argument. |
value | IProcessArgument | The argument value. |
Return Value
Type | Description |
---|---|
void |