C# Class CoreTechs.Common.Stopwatch

Much like System.Diagnostics.Stopwatch, but the time elapsed can be directly manipulated.
Datei anzeigen Open project: Core-Techs/Common

Public Methods

Method Description
Reset ( ) : void
Restart ( ) : void
Start ( ) : void
StartNew ( ) : Stopwatch
Stop ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartNew() public static method

public static StartNew ( ) : Stopwatch
return Stopwatch

Stop() public method

public Stop ( ) : void
return void