메소드 | 설명 | |
---|---|---|
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 |