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