C# Класс 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]
Наследование: ITimer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Reset ( ) : void

Reset this instance's timer.

Start ( ) : void

Start this instance's timer.

Описание методов

Reset() публичный Метод

Reset this instance's timer.
public Reset ( ) : void
Результат void

Start() публичный Метод

Start this instance's timer.
public Start ( ) : void
Результат void