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