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