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