StopWatch Methods

CVB.Net Documentation

The StopWatch type exposes the following members.

Methods

  NameDescription
Public methodDispose
Dispose method.
Protected methodDispose(Boolean)
Disposes the native object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart
Start (or re-start) the stopwatch. This will reset the TimeSpan property to 0.0. All subsequent readouts of the TimeSpan property will give the time in milliseconds, that has elapsed since the last call to Start or since the construction of the Stopwatch object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference