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