Click or drag to resize

ParameterParserParse Method

Starts the parsing of the arguments

Namespace:  Cauldron.Consoles
Assembly:  Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Parse(
	string[] args
)

Parameters

args
Type: SystemString
A list of arguments that was passed to the application
See Also