C# 클래스 Orc.Tests.Stopwatch

파일 보기 프로젝트 열기: Orcomp/Orcomp

공개 메소드들

메소드 설명
Reset ( ) : void
Start ( ) : void
StartNew ( ) : Stopwatch
Stop ( ) : void
Stopwatch ( ) : System

비공개 메소드들

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

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartNew() 공개 정적인 메소드

public static StartNew ( ) : Stopwatch
리턴 Stopwatch

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Stopwatch() 공개 메소드

public Stopwatch ( ) : System
리턴 System