Method | Description | |
---|---|---|
Parse ( string cmdlineArgs ) : |
Takes the command line arguments, fuses them with any response file that may also have been specified, and parses them.
|
Method | Description | |
---|---|---|
AddResponseFileArguments ( string responseFile, ICollection |
||
CommandArguments ( ) : System | ||
FindArgDeclaration ( string argument ) : ArgDeclaration |
Scans the argument declaration table to find a matching entry for a token from the command line that is potentially an option keyword.
|
|
IsSwitch ( string argument ) : bool |
Returns true if the supplied value has a argument prefix indicator, marking it as an argumentkeyword.
|
|
Process ( IEnumerable |
||
ResolvePath ( string filePath ) : string |
Resolves any relatively pathed filename.
|
public static Parse ( string cmdlineArgs ) : |
||
cmdlineArgs | string | The set of arguments supplied to the program |
return |