Property | Type | Description | |
---|---|---|---|
args | string[] | ||
options | OptionSet |
Method | Description | |
---|---|---|
Executable ( string args ) : System |
Initializes a new instance of the Executable.
|
|
Execute ( ) : void |
Starts the program.
|
Method | Description | |
---|---|---|
ExecuteCore ( ) : void |
Runs the main logic.
|
|
HandleExtraParameters ( IEnumerable |
|
|
HandleOptionException ( Mono.Options.OptionException e ) : void |
|
|
ShowHelp ( ) : void |
Override this for showing help.
|
public Executable ( string args ) : System | ||
args | string | The arguments passed to the executable. |
return | System |
protected abstract HandleExtraParameters ( IEnumerable |
||
extra | IEnumerable |
|
return | void |
protected abstract HandleOptionException ( Mono.Options.OptionException e ) : void | ||
e | Mono.Options.OptionException | |
return | void |