C# 클래스 SEModAPIExtensions.API.Server

파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisableProfiler bool
registerResult bool
registered bool
serializerResult bool

Private Properties

프로퍼티 타입 설명
Application_ThreadException void
AutoSaveMain void
Config_Changed void
CurrentDomain_UnhandledException void
KillProfiler void
PluginManagerMain void
ProcessCommandLineArgs bool
RunServer void
SetupGameInstallation bool
SetupManagers bool

공개 메소드들

메소드 설명
Begin ( string key ) : void
End ( string Key ) : void
Init ( ) : void
LoadServerConfig ( ) : MyConfigDedicatedData
SaveServerConfig ( ) : void
StartServer ( ) : void
StopServer ( ) : void

보호된 메소드들

메소드 설명
Server ( ) : System

비공개 메소드들

메소드 설명
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
AutoSaveMain ( object sender, EventArgs e ) : void
Config_Changed ( object sender, FileSystemEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
KillProfiler ( ) : void
PluginManagerMain ( object sender, EventArgs e ) : void
ProcessCommandLineArgs ( ) : bool
RunServer ( ) : void
SetupGameInstallation ( ) : bool
SetupManagers ( ) : bool

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( string key ) : void
key string
리턴 void

End() 공개 정적인 메소드

public static End ( string Key ) : void
Key string
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

LoadServerConfig() 공개 메소드

public LoadServerConfig ( ) : MyConfigDedicatedData
리턴 MyConfigDedicatedData

SaveServerConfig() 공개 메소드

public SaveServerConfig ( ) : void
리턴 void

Server() 보호된 메소드

protected Server ( ) : System
리턴 System

StartServer() 공개 메소드

public StartServer ( ) : void
리턴 void

StopServer() 공개 메소드

public StopServer ( ) : void
리턴 void

프로퍼티 상세

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

public static bool DisableProfiler
리턴 bool

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

public static bool registerResult
리턴 bool

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

public static bool registered
리턴 bool

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

public static bool serializerResult
리턴 bool