C# 클래스 SEServerExtender.Program

파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender

공개 프로퍼티들

프로퍼티 타입 설명
BaseLog Logger
ChatLog Logger
IsStable bool
PluginLog Logger
SeVersion System.Version
ServerServiceHost System.ServiceModel.ServiceHost

공개 메소드들

메소드 설명
AppDomain_UnhandledException ( Object sender, UnhandledExceptionEventArgs e ) : void
Application_ThreadException ( Object sender, ThreadExceptionEventArgs e ) : void

비공개 메소드들

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

메소드 상세

AppDomain_UnhandledException() 공개 정적인 메소드

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

Application_ThreadException() 공개 정적인 메소드

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

프로퍼티 상세

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

public static Logger BaseLog
리턴 Logger

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

public static Logger ChatLog
리턴 Logger

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

public static bool IsStable
리턴 bool

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

public static Logger PluginLog
리턴 Logger

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

public static Version,System SeVersion
리턴 System.Version

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

public static ServiceHost,System.ServiceModel ServerServiceHost
리턴 System.ServiceModel.ServiceHost