ManagedStopwatch Class |
Namespace: FM.IceLink
The ManagedStopwatch type exposes the following members.
Name | Description | |
---|---|---|
ManagedStopwatch |
Initializes a new instance of the ManagedStopwatch class.
|
Name | Description | |
---|---|---|
ElapsedMilliseconds |
Gets the total time measured by the stopwatch in milliseconds.
| |
ElapsedTicks |
Gets the total time measured by the stopwatch in ticks.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTimestamp |
Gets the current system timestamp in ticks.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Restart |
Restarts the stopwatch.
| |
Start |
Starts the stopwatch.
| |
Stop |
Stops the stopwatch.
| |
ToString | (Inherited from Object.) |