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