Property | Type | Description | |
---|---|---|---|
Colors | |||
CommandersLog | |||
CompanionIO | IBECompanion.CompanionData | ||
DBCon | DBConnector | ||
Data | |||
EDDNComm | |||
EDSMComm | |||
GameSettings | |||
IniFile | STA.Settings.INIFile | ||
JournalScanner | |||
MainForm | Form1 | ||
MainLog | |||
PlausibiltyCheck | |||
PriceAnalysis | |||
SplashScreen | |||
VNCAppServer | NVNC.VncServer | ||
VNCServerThread | |||
actualCondition | Condition | ||
showToDo | bool |
Method | Description | |
---|---|---|
Cleanup ( ) : void | ||
CreateMiniDump ( string Filename ) : void | ||
GetDataPath ( String subPath = "" ) : String |
Gets a path where data (logs/dumps/other data) can be saved. Default is the program path (development) or the data path which is by default "{localappdata}\ED-IBE\"
|
|
Init ( ) : void |
starts the initialization of the global objects
|
Method | Description | |
---|---|---|
Application_ThreadException ( object sender, |
||
CurrentDomain_UnhandledException ( object sender, |
||
HandleException ( |
||
Main ( ) : void | ||
MiniDumpWriteDump ( |
||
PrepareDepFiles ( ) : void | ||
StartVNCServer ( |
public static CreateMiniDump ( string Filename ) : void | ||
Filename | string | |
return | void |
public static GetDataPath ( String subPath = "" ) : String | ||
subPath | String | subpath to be added (optional) |
return | String |
public static CommandersLog,IBE.MTCommandersLog CommandersLog | ||
return |
public static IBECompanion.CompanionData CompanionIO | ||
return | IBECompanion.CompanionData |
public static EDDNCommunicator,IBE.EDDN EDDNComm | ||
return |
public static EDStarmapInterface,IBE.EDSM EDSMComm | ||
return |
public static STA.Settings.INIFile IniFile | ||
return | STA.Settings.INIFile |
public static EDJournalScanner,IBE.FileScanner JournalScanner | ||
return |
public static SingleThreadLogger,IBE MainLog | ||
return |
public static PlausibiltyChecker,IBE PlausibiltyCheck | ||
return |
public static PriceAnalysis,IBE.MTPriceAnalysis PriceAnalysis | ||
return |
public static SplashScreenForm,IBE SplashScreen | ||
return |
public static Thread,System.Threading VNCServerThread | ||
return |