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