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