Skip to content

ICommandLineArguments Interface

Parsed command-line arguments.

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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Parses this arguments after it is populated.

public WixToolset.Extensibility.Services.ICommandLineParser Parse()

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

Populate this argument from a string.

public void Populate(
string commandLine
)
ParameterTypeDescription
commandLinestringString to parse.

Populate this argument from array of strings.

public void Populate(
System.String[] args
)
ParameterTypeDescription
argsSystem.String[]Array of strings.