Method | Description | |
---|---|---|
ParseArguments ( string args ) : void | ||
StrippedArgs ( ) : string | ||
TestArguments ( ) : System |
Initializes a new instance of the TestArguments class.
|
|
TestArguments ( string args ) : System |
Constructs a new TestArguments object from command line arguments.
|
public TestArguments ( string args ) : System | ||
args | string | command line arguments |
return | System |