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