Class ot_var_axis_info_tUnownedHandle
public class ot_var_axis_info_tUnownedHandle : ot_var_axis_info_tHandle, IDisposable, IEquatable<ot_var_axis_info_tHandle>
- Inheritance
-
ot_var_axis_info_tUnownedHandle
- Implements
- Inherited Members
Constructors
ot_var_axis_info_tUnownedHandle(IntPtr)
Creates a new instance of ot_var_axis_info_tOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public ot_var_axis_info_tUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static ot_var_axis_info_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()