C# 클래스 XAPI.COM.GarbageCollection

Summary description for GarbageCollection.
파일 보기 프로젝트 열기: QuantBox/XAPI2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_EventThreadEnded System.Threading.ManualResetEvent
m_GCWatchStopped bool
m_bContinueThread bool
m_iInterval int

공개 메소드들

메소드 설명
GCWatch ( ) : void
GarbageCollection ( int iInterval ) : System
StopThread ( ) : void
WaitForThreadToStop ( ) : void

보호된 메소드들

메소드 설명
ContinueThread ( ) : bool

메소드 상세

ContinueThread() 보호된 메소드

protected ContinueThread ( ) : bool
리턴 bool

GCWatch() 공개 메소드

public GCWatch ( ) : void
리턴 void

GarbageCollection() 공개 메소드

public GarbageCollection ( int iInterval ) : System
iInterval int
리턴 System

StopThread() 공개 메소드

public StopThread ( ) : void
리턴 void

WaitForThreadToStop() 공개 메소드

public WaitForThreadToStop ( ) : void
리턴 void

프로퍼티 상세

m_EventThreadEnded 보호되어 있는 프로퍼티

protected ManualResetEvent,System.Threading m_EventThreadEnded
리턴 System.Threading.ManualResetEvent

m_GCWatchStopped 보호되어 있는 프로퍼티

protected bool m_GCWatchStopped
리턴 bool

m_bContinueThread 보호되어 있는 프로퍼티

protected bool m_bContinueThread
리턴 bool

m_iInterval 보호되어 있는 프로퍼티

protected int m_iInterval
리턴 int