Method | Description | |
---|---|---|
Arguments ( [ args ) : System |
Creates a new arguments instance based on the argument array from a Main method.
|
|
Contains ( string command ) : bool |
Determines whether a specific command is contained in the arguments.
|
|
ToString ( ) : string |
Returns the arguments stored in this instance.
|
Method | Description | |
---|---|---|
IsCommand ( string value ) : bool | ||
this ( [ command ) : string |
public Arguments ( [ args ) : System | ||
args | [ | The array of arguments. |
return | System |
public Contains ( string command ) : bool | ||
command | string | The command to check for. |
return | bool |