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