Method | Description | |
---|---|---|
CommandLineArguments ( string args ) : System |
Constructor. Parameter format: {/,-,--}argname{ ,=,:}((",')value(",')). Examples: /arg3:"any-:-text" -arg1 value1 --arg2 /arg4=text -arg5 'any text'
|
|
this ( string Param ) : string |
public CommandLineArguments ( string args ) : System | ||
args | string | Command line parameters |
return | System |