Method | Description | |
---|---|---|
Quit ( ) : void |
Quits the application.
|
Method | Description | |
---|---|---|
AllocConsole ( ) : bool | ||
FreeConsole ( ) : int | ||
GetStdHandle ( int nStdHandle ) : |
||
Main ( string args ) : void | ||
UnhandledExceptionHandler ( object sender, |
||
WriteExceptionToFile ( |
Writes exception info to file. This is generally only used for unhandled/fatal exceptions that will cause the application to exit. |