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