ICommandLineArguments Interface
Parsed command-line arguments.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| Parse() | Parses this arguments after it is populated. |
| Populate(commandLine) | Populate this argument from a string. |
| Populate(args) | Populate this argument from array of strings. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Parse() Method
Section titled “Parse() Method”Parses this arguments after it is populated.
Declaration
Section titled “Declaration”public WixToolset.Extensibility.Services.ICommandLineParser Parse()Return value
Section titled “Return value”WixToolset.Extensibility.Services.ICommandLineParser Parser for this arguments.
Populate(commandLine) Method
Section titled “Populate(commandLine) Method”Populate this argument from a string.
Declaration
Section titled “Declaration”public void Populate( string commandLine)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| commandLine | string | String to parse. |
Populate(args) Method
Section titled “Populate(args) Method”Populate this argument from array of strings.
Declaration
Section titled “Declaration”public void Populate( System.String[] args)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| args | System.String[] | Array of strings. |