public class HiResTimerElapsedEventArgs : EventArgs
Public Class HiResTimerElapsedEventArgs
Inherits EventArgs
public ref class HiResTimerElapsedEventArgs : public EventArgs
type HiResTimerElapsedEventArgs =
class
inherit EventArgs
end
Delay | Gets the delay, in milliseconds, of the triggering of the HiResTimer.Elapsed event compared to when it should have been called. |
Fallouts | Gets the number of the fallen out HiResTimer.Enabled events since the last invoke. The value is nonzero if a larger delay occurred than the value of the HiResTimer.IgnoreElapsedThreshold property and thus one or more HiResTimer.Elapsed events were skipped to catch up the timer. |
Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |