C# 클래스 Aegis.Calculate.HighResolutionTimer

상속: IDisposable
파일 보기 프로젝트 열기: SyncZone/AegisFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items NamedObjectIndexer
Name string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetElapsedSeconds ( long frequency, long startTime ) : double
HighResolutionTimer ( ) : System
HighResolutionTimer ( string name ) : System
Lap ( ) : void
Restart ( ) : void
Start ( ) : void
StartNew ( ) : HighResolutionTimer
Stop ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetElapsedSeconds() 공개 정적인 메소드

public static GetElapsedSeconds ( long frequency, long startTime ) : double
frequency long
startTime long
리턴 double

HighResolutionTimer() 공개 메소드

public HighResolutionTimer ( ) : System
리턴 System

HighResolutionTimer() 공개 메소드

public HighResolutionTimer ( string name ) : System
name string
리턴 System

Lap() 공개 메소드

public Lap ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartNew() 공개 정적인 메소드

public static StartNew ( ) : HighResolutionTimer
리턴 HighResolutionTimer

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

Items 공개적으로 정적으로 프로퍼티

public static NamedObjectIndexer Items
리턴 NamedObjectIndexer

Name 공개적으로 프로퍼티

public string Name
리턴 string