Click or drag to resize

ManagedStopwatch Class

Managed stopwatch.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedStopwatch

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedStopwatch type exposes the following members.

Constructors
  NameDescription
Public methodManagedStopwatch
Initializes a new instance of the ManagedStopwatch class.
Top
Properties
  NameDescription
Public propertyElapsedMilliseconds
Gets the total time measured by the stopwatch in milliseconds.
Public propertyElapsedTicks
Gets the total time measured by the stopwatch in ticks.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetTimestamp
Gets the current system timestamp in ticks.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestart
Restarts the stopwatch.
Public methodStart
Starts the stopwatch.
Public methodStop
Stops the stopwatch.
Public methodToString (Inherited from Object.)
Top
See Also