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