Class PathUnownedHandle
public class PathUnownedHandle : PathHandle, IDisposable, IEquatable<PathHandle>
- Inheritance
-
PathUnownedHandle
- Implements
- Inherited Members
Constructors
PathUnownedHandle(IntPtr)
Creates a new instance of PathOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public PathUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static PathUnownedHandle NullHandle { get; }
Property Value
Methods
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()