Метод | Описание | |
---|---|---|
AddOptions ( ) : void | ||
AddOptionsDefault ( string defaultValue ) : void | ||
CommandLineParser ( ) : System | ||
GetCommand ( int index ) : string | ||
GetCommand ( ) : string[] | ||
GetOption ( string key ) : bool | ||
GetOptionDefaultValue ( string key ) : string | ||
GetOptionValue ( string key ) : string | ||
Parse ( string args ) : bool |
public AddOptionsDefault ( string defaultValue ) : void | ||
defaultValue | string | |
Результат | void |
public GetOptionDefaultValue ( string key ) : string | ||
key | string | |
Результат | string |
public GetOptionValue ( string key ) : string | ||
key | string | |
Результат | string |