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