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