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