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