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
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Reset ( ) : void

Reset this instance's timer.

Start ( ) : void

Start this instance's timer.

Method Details

Reset() public method

Reset this instance's timer.
public Reset ( ) : void
return void

Start() public method

Start this instance's timer.
public Start ( ) : void
return void