Class IOExtensionPointOwnedHandle
public class IOExtensionPointOwnedHandle : IOExtensionPointHandle, IDisposable
  - Inheritance
 - 
      
      
      
      
      IOExtensionPointOwnedHandle
 
- Implements
 
- Inherited Members
 
Constructors
IOExtensionPointOwnedHandle(nint)
Creates a new instance of IOExtensionPointOwnedHandle. Assumes that the given pointer is owned by the runtime.
public IOExtensionPointOwnedHandle(nint ptr)
  Parameters
ptrnint
Methods
FromUnowned(nint)
Create a IOExtensionPointOwnedHandle from a pointer that is assumed unowned.
public static IOExtensionPointOwnedHandle FromUnowned(nint ptr)
  Parameters
ptrnintA 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()