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