Class PathOwnedHandle
public class PathOwnedHandle : PathHandle, IDisposable
- Inheritance
-
PathOwnedHandle
- Implements
- Inherited Members
Constructors
PathOwnedHandle(IntPtr)
Creates a new instance of PathOwnedHandle. Assumes that the given pointer is owned by the runtime.
public PathOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()