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
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
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