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