C# Class XAPI.COM.GarbageCollection

Summary description for GarbageCollection.
Afficher le fichier Open project: QuantBox/XAPI2 Class Usage Examples

Protected Properties

Свойство Type Description
m_EventThreadEnded System.Threading.ManualResetEvent
m_GCWatchStopped bool
m_bContinueThread bool
m_iInterval int

Méthodes publiques

Méthode Description
GCWatch ( ) : void
GarbageCollection ( int iInterval ) : System
StopThread ( ) : void
WaitForThreadToStop ( ) : void

Méthodes protégées

Méthode Description
ContinueThread ( ) : bool

Method Details

ContinueThread() protected méthode

protected ContinueThread ( ) : bool
Résultat bool

GCWatch() public méthode

public GCWatch ( ) : void
Résultat void

GarbageCollection() public méthode

public GarbageCollection ( int iInterval ) : System
iInterval int
Résultat System

StopThread() public méthode

public StopThread ( ) : void
Résultat void

WaitForThreadToStop() public méthode

public WaitForThreadToStop ( ) : void
Résultat void

Property Details

m_EventThreadEnded protected_oe property

protected ManualResetEvent,System.Threading m_EventThreadEnded
Résultat System.Threading.ManualResetEvent

m_GCWatchStopped protected_oe property

protected bool m_GCWatchStopped
Résultat bool

m_bContinueThread protected_oe property

protected bool m_bContinueThread
Résultat bool

m_iInterval protected_oe property

protected int m_iInterval
Résultat int