C# Class Aegis.Calculate.HighResolutionTimer

Inheritance: IDisposable
Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
Items NamedObjectIndexer
Name string

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetElapsedSeconds ( long frequency, long startTime ) : double
HighResolutionTimer ( ) : System
HighResolutionTimer ( string name ) : System
Lap ( ) : void
Restart ( ) : void
Start ( ) : void
StartNew ( ) : HighResolutionTimer
Stop ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetElapsedSeconds() public static méthode

public static GetElapsedSeconds ( long frequency, long startTime ) : double
frequency long
startTime long
Résultat double

HighResolutionTimer() public méthode

public HighResolutionTimer ( ) : System
Résultat System

HighResolutionTimer() public méthode

public HighResolutionTimer ( string name ) : System
name string
Résultat System

Lap() public méthode

public Lap ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartNew() public static méthode

public static StartNew ( ) : HighResolutionTimer
Résultat HighResolutionTimer

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Items public_oe static_oe property

public static NamedObjectIndexer Items
Résultat NamedObjectIndexer

Name public_oe property

public string Name
Résultat string