C# Class devTool.Program

Mostra file Open project: vans163/LKEmu

Public Properties

Property Type Description
ExceptLogger Logger
GUI GUI
MainLogger Logger
ServerThread Thread
_server Server
tickcount Stopwatch

Public Methods

Method Description
App_ThreadException ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
Main ( string args ) : void
domain_ProcessExit ( object sender, EventArgs e ) : void

Method Details

App_ThreadException() public static method

public static App_ThreadException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void

Property Details

ExceptLogger public_oe static_oe property

public static Logger ExceptLogger
return Logger

GUI public_oe static_oe property

public static GUI,devTool GUI
return GUI

MainLogger public_oe static_oe property

public static Logger MainLogger
return Logger

ServerThread public_oe static_oe property

public static Thread ServerThread
return Thread

_server public_oe static_oe property

public static Server,devTool _server
return Server

tickcount public_oe static_oe property

public static Stopwatch tickcount
return Stopwatch