Class IOExtensionPointOwnedHandle
public class IOExtensionPointOwnedHandle : IOExtensionPointHandle, IDisposable
- Inheritance
-
IOExtensionPointOwnedHandle
- Implements
- Inherited Members
Constructors
IOExtensionPointOwnedHandle(IntPtr)
Creates a new instance of IOExtensionPointOwnedHandle. Assumes that the given pointer is owned by the runtime.
public IOExtensionPointOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a IOExtensionPointOwnedHandle from a pointer that is assumed unowned.
public static IOExtensionPointOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a IOExtensionPoint which is not owned by the runtime.
Returns
- IOExtensionPointOwnedHandle
A IOExtensionPointOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()