Method | Description | |
---|---|---|
GetArgs ( string args ) : Options, |
Gets command-line and returns the user-selected option.
|
|
Main ( string args ) : void |
Entry point for sample application. The Main method gets the current command-line options by calling GetArgs(). It then uses the current options to determine which method to call.
|
|
Usage ( ) : void |
Outputs usage information.
|
public static GetArgs ( string args ) : Options, | ||
args | string | |
return | Options, |