C# 클래스 dWorld.Foundation.Utility.Threading.dLightWeightProcessThread

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

공개 프로퍼티들

프로퍼티 타입 설명
count int
ms_buffer char[]

Private Properties

프로퍼티 타입 설명
Init void

공개 메소드들

메소드 설명
AddDebug ( char _c ) : void
AddDebug ( string _s ) : void
AddService ( dLightWeightProcessBase _Process ) : void
AsyncAddService ( dLightWeightProcessBase _Process ) : void
AsyncRemoveService ( dLightWeightProcessBase _Process ) : void
Init ( ) : void
Quit ( ) : void
RemoveService ( dLightWeightProcessBase _Process ) : void

비공개 메소드들

메소드 설명
Init ( int _nThreadCount ) : void

메소드 상세

AddDebug() 공개 정적인 메소드

public static AddDebug ( char _c ) : void
_c char
리턴 void

AddDebug() 공개 정적인 메소드

public static AddDebug ( string _s ) : void
_s string
리턴 void

AddService() 공개 정적인 메소드

public static AddService ( dLightWeightProcessBase _Process ) : void
_Process dLightWeightProcessBase
리턴 void

AsyncAddService() 공개 정적인 메소드

public static AsyncAddService ( dLightWeightProcessBase _Process ) : void
_Process dLightWeightProcessBase
리턴 void

AsyncRemoveService() 공개 정적인 메소드

public static AsyncRemoveService ( dLightWeightProcessBase _Process ) : void
_Process dLightWeightProcessBase
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Quit() 공개 정적인 메소드

public static Quit ( ) : void
리턴 void

RemoveService() 공개 정적인 메소드

public static RemoveService ( dLightWeightProcessBase _Process ) : void
_Process dLightWeightProcessBase
리턴 void

프로퍼티 상세

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

public static int count
리턴 int

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

public static char[] ms_buffer
리턴 char[]