UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Stopwatch Members

The Stopwatch type exposes the following members.

Constructors


  Name Description
Public method Stopwatch
Initializes a new instance of the Stopwatch class.

Methods


  Name Description
Public method Static member ConvertTo_ms
Converts the to ms.
Public method Static member ConvertTo_s
Converts the to s.
Public method Static member ConvertTo_us
Converts the to us (micro seconds).
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method StartReset
Reset and start the stopwatch.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property IsRunning
Gets a value indicating whether this instance is running.
Public property Read
Reads the timer
Public property Reset
Returns the value and resets the Stopwatch.
Public property Start
starts the stopwatch
Public property Stop
stops the stopwatch.
Public property Static member SWFrequency
Gets the frequency of the timer as the number of ticks per second. This field is read-only.