Method | Description | |
---|---|---|
SigInt ( object sender, |
This is used to handle UNIX signals
|
Method | Description | |
---|---|---|
Main ( string args ) : void |
The entry point of the program, where the program control starts and ends.
|
|
ParseArgs ( string args ) : void |
Processes the terminal parameters
|
protected static SigInt ( object sender, |
||
sender | object | Sender |
args | Arguments | |
return | void |