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