Class ClockEntryUnownedHandle
public class ClockEntryUnownedHandle : ClockEntryHandle, IDisposable
- Inheritance
-
ClockEntryUnownedHandle
- Implements
- Inherited Members
Constructors
ClockEntryUnownedHandle(IntPtr)
Creates a new instance of ClockEntryOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public ClockEntryUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static ClockEntryUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public ClockEntryOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()