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