C# Class Server.Core

Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Свойство Type Description
Is64Bit bool
Slice Slice

Private Properties

Свойство Type Description
CurrentDomain_ProcessExit void
CurrentDomain_UnhandledException void
HandleClosed void
OnConsoleEvent bool
SetConsoleCtrlHandler bool
VerifySerialization void
VerifyType void

Méthodes publiques

Méthode Description
FindDataFile ( string path ) : string
Kill ( ) : void
Kill ( bool restart ) : void
Main ( string args ) : void
Set ( ) : void
VerifySerialization ( ) : void

Private Methods

Méthode 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 méthode

public static FindDataFile ( string path ) : string
path string
Résultat string

Kill() public static méthode

public static Kill ( ) : void
Résultat void

Kill() public static méthode

public static Kill ( bool restart ) : void
restart bool
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Set() public static méthode

public static Set ( ) : void
Résultat void

VerifySerialization() public static méthode

public static VerifySerialization ( ) : void
Résultat void

Property Details

Is64Bit public_oe static_oe property

public static bool Is64Bit
Résultat bool

Slice public_oe static_oe property

public static Slice Slice
Résultat Slice