C# Class Server.Core

Show file Open project: brodock/runuo Class Usage Examples

Public Properties

Property Type Description
Is64Bit bool
Slice Slice

Private Properties

Property Type Description
CurrentDomain_ProcessExit void
CurrentDomain_UnhandledException void
HandleClosed void
OnConsoleEvent bool
SetConsoleCtrlHandler bool
VerifySerialization void
VerifyType void

Public Methods

Method Description
FindDataFile ( string path ) : string
Kill ( ) : void
Kill ( bool restart ) : void
Main ( string args ) : void
Set ( ) : void
VerifySerialization ( ) : void

Private Methods

Method Description
CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
HandleClosed ( ) : void
OnConsoleEvent ( ConsoleEventType type ) : bool
SetConsoleCtrlHandler ( ConsoleEventHandler callback, bool add ) : bool
VerifySerialization ( Assembly a ) : void
VerifyType ( Type t ) : void

Method Details

FindDataFile() public static method

public static FindDataFile ( string path ) : string
path string
return string

Kill() public static method

public static Kill ( ) : void
return void

Kill() public static method

public static Kill ( bool restart ) : void
restart bool
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

Set() public static method

public static Set ( ) : void
return void

VerifySerialization() public static method

public static VerifySerialization ( ) : void
return void

Property Details

Is64Bit public static property

public static bool Is64Bit
return bool

Slice public static property

public static Slice Slice
return Slice