C# 클래스 IBE.Program

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE

공개 프로퍼티들

프로퍼티 타입 설명
Colors GUIColors
CommandersLog IBE.MTCommandersLog.CommandersLog
CompanionIO IBECompanion.CompanionData
DBCon DBConnector
Data IBE.SQL.EliteDBIO
EDDNComm IBE.EDDN.EDDNCommunicator
EDSMComm IBE.EDSM.EDStarmapInterface
GameSettings GameSettings
IniFile STA.Settings.INIFile
JournalScanner IBE.FileScanner.EDJournalScanner
MainForm Form1
MainLog SingleThreadLogger
PlausibiltyCheck PlausibiltyChecker
PriceAnalysis IBE.MTPriceAnalysis.PriceAnalysis
SplashScreen SplashScreenForm
VNCAppServer NVNC.VncServer
VNCServerThread System.Threading.Thread
actualCondition Condition
showToDo bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
HandleException ( Exception ex ) : void
Main ( ) : void
MiniDumpWriteDump ( IntPtr hProcess, Int32 ProcessId, IntPtr hFile, int DumpType, IntPtr ExceptionParam, IntPtr UserStreamParam, IntPtr CallackParam ) : bool
PrepareDepFiles ( ) : void
StartVNCServer ( Form form1 ) : void

메소드 상세

Cleanup() 공개 정적인 메소드

public static Cleanup ( ) : void
리턴 void

CreateMiniDump() 공개 정적인 메소드

public static CreateMiniDump ( string Filename ) : void
Filename string
리턴 void

GetDataPath() 공개 정적인 메소드

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\"
public static GetDataPath ( String subPath = "" ) : String
subPath String subpath to be added (optional)
리턴 String

Init() 공개 정적인 메소드

starts the initialization of the global objects
public static Init ( ) : void
리턴 void

프로퍼티 상세

Colors 공개적으로 정적으로 프로퍼티

public static GUIColors,IBE Colors
리턴 GUIColors

CommandersLog 공개적으로 정적으로 프로퍼티

public static CommandersLog,IBE.MTCommandersLog CommandersLog
리턴 IBE.MTCommandersLog.CommandersLog

CompanionIO 공개적으로 정적으로 프로퍼티

public static IBECompanion.CompanionData CompanionIO
리턴 IBECompanion.CompanionData

DBCon 공개적으로 정적으로 프로퍼티

public static DBConnector DBCon
리턴 DBConnector

Data 공개적으로 정적으로 프로퍼티

public static EliteDBIO,IBE.SQL Data
리턴 IBE.SQL.EliteDBIO

EDDNComm 공개적으로 정적으로 프로퍼티

public static EDDNCommunicator,IBE.EDDN EDDNComm
리턴 IBE.EDDN.EDDNCommunicator

EDSMComm 공개적으로 정적으로 프로퍼티

public static EDStarmapInterface,IBE.EDSM EDSMComm
리턴 IBE.EDSM.EDStarmapInterface

GameSettings 공개적으로 정적으로 프로퍼티

public static GameSettings,IBE GameSettings
리턴 GameSettings

IniFile 공개적으로 정적으로 프로퍼티

public static STA.Settings.INIFile IniFile
리턴 STA.Settings.INIFile

JournalScanner 공개적으로 정적으로 프로퍼티

public static EDJournalScanner,IBE.FileScanner JournalScanner
리턴 IBE.FileScanner.EDJournalScanner

MainForm 공개적으로 정적으로 프로퍼티

public static Form1 MainForm
리턴 Form1

MainLog 공개적으로 정적으로 프로퍼티

public static SingleThreadLogger,IBE MainLog
리턴 SingleThreadLogger

PlausibiltyCheck 공개적으로 정적으로 프로퍼티

public static PlausibiltyChecker,IBE PlausibiltyCheck
리턴 PlausibiltyChecker

PriceAnalysis 공개적으로 정적으로 프로퍼티

public static PriceAnalysis,IBE.MTPriceAnalysis PriceAnalysis
리턴 IBE.MTPriceAnalysis.PriceAnalysis

SplashScreen 공개적으로 정적으로 프로퍼티

public static SplashScreenForm,IBE SplashScreen
리턴 SplashScreenForm

VNCAppServer 공개적으로 정적으로 프로퍼티

public static VncServer,NVNC VNCAppServer
리턴 NVNC.VncServer

VNCServerThread 공개적으로 정적으로 프로퍼티

public static Thread,System.Threading VNCServerThread
리턴 System.Threading.Thread

actualCondition 공개적으로 정적으로 프로퍼티

public static Condition actualCondition
리턴 Condition

showToDo 공개적으로 정적으로 프로퍼티

public static bool showToDo
리턴 bool