C# 클래스 Server.Core

파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Is64Bit bool
Slice Slice

Private Properties

프로퍼티 타입 설명
CurrentDomain_ProcessExit void
CurrentDomain_UnhandledException void
HandleClosed void
OnConsoleEvent bool
SetConsoleCtrlHandler bool
VerifySerialization void
VerifyType void

공개 메소드들

메소드 설명
FindDataFile ( string path ) : string
Kill ( ) : void
Kill ( bool restart ) : void
Main ( string args ) : void
Set ( ) : void
VerifySerialization ( ) : void

비공개 메소드들

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

메소드 상세

FindDataFile() 공개 정적인 메소드

public static FindDataFile ( string path ) : string
path string
리턴 string

Kill() 공개 정적인 메소드

public static Kill ( ) : void
리턴 void

Kill() 공개 정적인 메소드

public static Kill ( bool restart ) : void
restart bool
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Set() 공개 정적인 메소드

public static Set ( ) : void
리턴 void

VerifySerialization() 공개 정적인 메소드

public static VerifySerialization ( ) : void
리턴 void

프로퍼티 상세

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

public static bool Is64Bit
리턴 bool

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

public static Slice Slice
리턴 Slice