C# Class Axiom.Core.Timer

Encapsulates the functionality of the platform's highest resolution timer available.
based on an vb.net implementation by createdbyx as posted in SourceForge Tracker #: [1612705]
Inheritance: ITimer
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void

Reset this instance's timer.

Start ( ) : void

Start this instance's timer.

Method Details

Reset() public méthode

Reset this instance's timer.
public Reset ( ) : void
Résultat void

Start() public méthode

Start this instance's timer.
public Start ( ) : void
Résultat void