Property | Type | Description | |
---|---|---|---|
m_crashDir | string | ||
m_saveCrashDumps | bool |
Method | Description | |
---|---|---|
BaseMain ( string args, string defaultIniFile, ISimulationBase simBase ) : void | ||
Configure ( bool requested ) : void | ||
HandleCrashException ( string msg, |
Deal with sending the error to the error reporting service and saving the dump to the hard-drive if needed
|
|
Startup ( IConfigSource originalConfigSource, IConfigSource configSource, ISimulationBase simBase, string cmdParameters ) : void |
Method | Description | |
---|---|---|
Configuration ( IConfigSource configSource, string defaultIniFile ) : IConfigSource |
Load the configuration for the Application
|
|
CurrentDomain_UnhandledException ( object sender, |
Global exception handler -- all unhandled exceptions end up here :)
|
|
MakeSureExists ( string file ) : void | ||
ReadLine ( string log, string defaultReturn ) : string | ||
UnhandledException ( bool isTerminating, |
public static BaseMain ( string args, string defaultIniFile, ISimulationBase simBase ) : void | ||
args | string | |
defaultIniFile | string | |
simBase | ISimulationBase | |
return | void |
public static Configure ( bool requested ) : void | ||
requested | bool | |
return | void |
public static HandleCrashException ( string msg, |
||
msg | string | |
ex | ||
return | void |
public static Startup ( IConfigSource originalConfigSource, IConfigSource configSource, ISimulationBase simBase, string cmdParameters ) : void | ||
originalConfigSource | IConfigSource | |
configSource | IConfigSource | |
simBase | ISimulationBase | |
cmdParameters | string | |
return | void |