Method | Description | |
---|---|---|
ParseArguments ( string args, object options ) : bool |
Parses a System.String array of command line arguments, setting values read in options parameter instance.
|
|
ParseArguments ( string args, object options, |
Parses a System.String array of command line arguments, setting values read in options parameter instance. This overloads allows you to specify a System.IO.TextWriter derived instance for write text messages.
|
Method | Description | |
---|---|---|
ParseArgumentList ( string args, object options ) : bool | ||
ParseHelp ( string args, |
public ParseArguments ( string args, object options ) : bool | ||
args | string | A |
options | object | An instance to receive values.
/// Parsing rules are defined using |
return | bool |
public ParseArguments ( string args, object options, |
||
args | string | A |
options | object | An instance to receive values.
/// Parsing rules are defined using |
helpWriter | Any instance derived from |
|
return | bool |