Skip to main content

ICommandLineArguments Interface

Parsed command-line arguments.

Methods​

MethodDescription
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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

Parse() Method​

Parses this arguments after it is populated.

Declaration​

public WixToolset.Extensibility.Services.ICommandLineParser Parse()

Return value​

WixToolset.Extensibility.Services.ICommandLineParser Parser for this arguments.

Populate(commandLine) Method​

Populate this argument from a string.

Declaration​

public void Populate(
string commandLine
)

Parameters​

ParameterTypeDescription
commandLinestringString to parse.

Populate(args) Method​

Populate this argument from array of strings.

Declaration​

public void Populate(
System.String[] args
)

Parameters​

ParameterTypeDescription
argsSystem.String[]Array of strings.