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