C# Class SEServerExtender.Program

Mostra file Open project: rexxar-tc/SEServerExtender

Public Properties

Property Type Description
BaseLog Logger
ChatLog Logger
IsStable bool
PluginLog Logger
SeVersion System.Version
ServerServiceHost System.ServiceModel.ServiceHost

Public Methods

Method Description
AppDomain_UnhandledException ( Object sender, UnhandledExceptionEventArgs e ) : void
Application_ThreadException ( Object sender, ThreadExceptionEventArgs e ) : void

Private Methods

Method Description
ChatCommand_GUI ( ChatManager chatEvent ) : void
ChatManager_ChatMessage ( ulong userId, string playerName, string message ) : void
HideConfigs ( ) : void
InitSandbox ( string contentpath, string instancepath ) : void
Main ( string args ) : void

Main entry point of the application

SetBrowsable ( string name, bool value ) : void
Start ( string args ) : void
StartGui ( ) : void
Stop ( ) : void

Method Details

AppDomain_UnhandledException() public static method

public static AppDomain_UnhandledException ( Object sender, UnhandledExceptionEventArgs e ) : void
sender Object
e System.UnhandledExceptionEventArgs
return void

Application_ThreadException() public static method

public static Application_ThreadException ( Object sender, ThreadExceptionEventArgs e ) : void
sender Object
e System.Threading.ThreadExceptionEventArgs
return void

Property Details

BaseLog public_oe static_oe property

public static Logger BaseLog
return Logger

ChatLog public_oe static_oe property

public static Logger ChatLog
return Logger

IsStable public_oe static_oe property

public static bool IsStable
return bool

PluginLog public_oe static_oe property

public static Logger PluginLog
return Logger

SeVersion public_oe static_oe property

public static Version,System SeVersion
return System.Version

ServerServiceHost public_oe static_oe property

public static ServiceHost,System.ServiceModel ServerServiceHost
return System.ServiceModel.ServiceHost