Click or drag to resize

PrecisionTimer Methods

The PrecisionTimer type exposes the following members.

Methods
  Name Description
Public method Static member ClearMinimumTimerResolution Clears a previously set minimum timer resolution established using SetMinimumTimerResolution(Int32).
Public method Dispose Releases all the resources used by the PrecisionTimer object.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the PrecisionTimer object and optionally releases the managed resources.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Releases the unmanaged resources before the PrecisionTimer object is reclaimed by GC.
(Overrides ObjectFinalize)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Static member SetMinimumTimerResolution Requests a minimum resolution for periodic timers such as the PrecisionTimer.
Public method Start Starts the PrecisionTimer.
Public method Start(EventArgs) Starts the PrecisionTimer with the specified EventArgs.
Public method Stop Stops PrecisionTimer.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also