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