C# 클래스 FarseerPhysics.Common.Stopwatch

An emulation for the Stopwatch class for Windows Phone and Silverlight.
파일 보기 프로젝트 열기: tinco/Farseer-Physics

공개 메소드들

메소드 설명
Reset ( ) : void

Completely resets and deactivates the timer.

Start ( ) : void

Begins the timer.

StartNew ( ) : Stopwatch

Creates a new instance of the class and starts the watch immediately.

Stop ( ) : void

Stops the current timer.

Stopwatch ( ) : System

Creates an instance of the Stopwatch class.

비공개 메소드들

메소드 설명
GetCurrentElapsedTicks ( ) : long
GetCurrentTicks ( ) : long

메소드 상세

Reset() 공개 메소드

Completely resets and deactivates the timer.
public Reset ( ) : void
리턴 void

Start() 공개 메소드

Begins the timer.
public Start ( ) : void
리턴 void

StartNew() 공개 정적인 메소드

Creates a new instance of the class and starts the watch immediately.
public static StartNew ( ) : Stopwatch
리턴 Stopwatch

Stop() 공개 메소드

Stops the current timer.
public Stop ( ) : void
리턴 void

Stopwatch() 공개 메소드

Creates an instance of the Stopwatch class.
public Stopwatch ( ) : System
리턴 System