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