Class TestCaseOwnedHandle
public class TestCaseOwnedHandle : TestCaseHandle, IDisposable
- Inheritance
-
TestCaseOwnedHandle
- Implements
- Inherited Members
Constructors
TestCaseOwnedHandle(nint)
Creates a new instance of TestCaseOwnedHandle. Assumes that the given pointer is owned by the runtime.
public TestCaseOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a TestCaseOwnedHandle from a pointer that is assumed unowned.
public static TestCaseOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a TestCase which is not owned by the runtime.
Returns
- TestCaseOwnedHandle
A TestCaseOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()