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