C# Class Sharpex2D.Debug.MemoryWatcher

Inheritance: IDebugWatcher
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

MemoryWatcher ( ) : System

Initializes a new MemoryWatcher class.

Start ( ) : void

Starts the component.

Stop ( ) : void

Stops the component.

Private Methods

Méthode Description
RunInner ( ) : void

The Run loop.

Method Details

Dispose() public méthode

Disposes the object.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The Disposing state.
Résultat void

MemoryWatcher() public méthode

Initializes a new MemoryWatcher class.
public MemoryWatcher ( ) : System
Résultat System

Start() public méthode

Starts the component.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the component.
public Stop ( ) : void
Résultat void