Method | Description | |
---|---|---|
ConsoleParameters ( string args ) : System |
Creates the parameter object and immediately parse the arguments
|
Method | Description | |
---|---|---|
GetGlobalParameterExtraArgCount ( string arg ) : int | ||
IsGlobalParameter ( string arg ) : bool |
public ConsoleParameters ( string args ) : System | ||
args | string | The command line arguments to be parsed |
return | System |