Method Parse
Parse(bool)
Parses command line arguments from GetCommandLineArgs().
public virtual void Parse(bool reset = true)
Parameters
reset
bool
Parse(string[])
Parses command line arguments.
public virtual void Parse(string[] args)
Parameters
args
string[]Command line arguments.