Class ClockClassHandle
public abstract class ClockClassHandle : SafeHandle, IDisposable
- Inheritance
-
ClockClassHandle
- Implements
- Derived
- Inherited Members
Constructors
ClockClassHandle(bool)
protected ClockClassHandle(bool ownsHandle)
Parameters
ownsHandlebool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(ClockClassHandle?)
public bool Equals(ClockClassHandle? other)
Parameters
otherClockClassHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetChangeResolution()
public ClockClassData.ChangeResolutionCallback GetChangeResolution()
Returns
GetGetInternalTime()
public ClockClassData.GetInternalTimeCallback GetGetInternalTime()
Returns
GetGetResolution()
public ClockClassData.GetResolutionCallback GetGetResolution()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetParentClass()
public ObjectClassData GetParentClass()
Returns
GetUnschedule()
public ClockClassData.UnscheduleCallback GetUnschedule()
Returns
GetWait()
public ClockClassData.WaitCallback GetWait()
Returns
GetWaitAsync()
public ClockClassData.WaitAsyncCallback GetWaitAsync()