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