C# Class XAPI.COM.GarbageCollection

Summary description for GarbageCollection.
Datei anzeigen Open project: QuantBox/XAPI2 Class Usage Examples

Protected Properties

Property Type Description
m_EventThreadEnded System.Threading.ManualResetEvent
m_GCWatchStopped bool
m_bContinueThread bool
m_iInterval int

Public Methods

Method Description
GCWatch ( ) : void
GarbageCollection ( int iInterval ) : System
StopThread ( ) : void
WaitForThreadToStop ( ) : void

Protected Methods

Method Description
ContinueThread ( ) : bool

Method Details

ContinueThread() protected method

protected ContinueThread ( ) : bool
return bool

GCWatch() public method

public GCWatch ( ) : void
return void

GarbageCollection() public method

public GarbageCollection ( int iInterval ) : System
iInterval int
return System

StopThread() public method

public StopThread ( ) : void
return void

WaitForThreadToStop() public method

public WaitForThreadToStop ( ) : void
return void

Property Details

m_EventThreadEnded protected_oe property

protected ManualResetEvent,System.Threading m_EventThreadEnded
return System.Threading.ManualResetEvent

m_GCWatchStopped protected_oe property

protected bool m_GCWatchStopped
return bool

m_bContinueThread protected_oe property

protected bool m_bContinueThread
return bool

m_iInterval protected_oe property

protected int m_iInterval
return int