Class TreeNodeOwnedHandle
public class TreeNodeOwnedHandle : TreeNodeHandle, IDisposable
- Inheritance
-
TreeNodeOwnedHandle
- Implements
- Inherited Members
Constructors
TreeNodeOwnedHandle(IntPtr)
Creates a new instance of TreeNodeOwnedHandle. Assumes that the given pointer is owned by the runtime.
public TreeNodeOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a TreeNodeOwnedHandle from a pointer that is assumed unowned.
public static TreeNodeOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a TreeNode which is not owned by the runtime.
Returns
- TreeNodeOwnedHandle
A TreeNodeOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()