C# Class SEModAPIExtensions.API.Server

Show file Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
DisableProfiler bool
registerResult bool
registered bool
serializerResult bool

Private Properties

Property Type Description
Application_ThreadException void
AutoSaveMain void
Config_Changed void
CurrentDomain_UnhandledException void
KillProfiler void
PluginManagerMain void
ProcessCommandLineArgs bool
RunServer void
SetupGameInstallation bool
SetupManagers bool

Public Methods

Method Description
Begin ( string key ) : void
End ( string Key ) : void
Init ( ) : void
LoadServerConfig ( ) : MyConfigDedicatedData
SaveServerConfig ( ) : void
StartServer ( ) : void
StopServer ( ) : void

Protected Methods

Method Description
Server ( ) : System

Private Methods

Method Description
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

Method Details

Begin() public static method

public static Begin ( string key ) : void
key string
return void

End() public static method

public static End ( string Key ) : void
Key string
return void

Init() public method

public Init ( ) : void
return void

LoadServerConfig() public method

public LoadServerConfig ( ) : MyConfigDedicatedData
return MyConfigDedicatedData

SaveServerConfig() public method

public SaveServerConfig ( ) : void
return void

Server() protected method

protected Server ( ) : System
return System

StartServer() public method

public StartServer ( ) : void
return void

StopServer() public method

public StopServer ( ) : void
return void

Property Details

DisableProfiler public static property

public static bool DisableProfiler
return bool

registerResult public static property

public static bool registerResult
return bool

registered public static property

public static bool registered
return bool

serializerResult public static property

public static bool serializerResult
return bool