Class WaylandDeviceClassOwnedHandle
- Namespace
- GdkWayland.Internal
- Assembly
- GdkWayland-4.0.dll
public class WaylandDeviceClassOwnedHandle : WaylandDeviceClassHandle, IDisposable
- Inheritance
-
WaylandDeviceClassOwnedHandle
- Implements
- Inherited Members
Constructors
WaylandDeviceClassOwnedHandle(nint)
Creates a new instance of WaylandDeviceClassOwnedHandle. Assumes that the given pointer is owned by the runtime.
public WaylandDeviceClassOwnedHandle(nint ptr)
Parameters
ptrnint
Methods
FromUnowned(nint)
Create a WaylandDeviceClassOwnedHandle from a pointer that is assumed unowned.
public static WaylandDeviceClassOwnedHandle FromUnowned(nint ptr)
Parameters
ptrnintA pointer to a WaylandDeviceClass which is not owned by the runtime.
Returns
- WaylandDeviceClassOwnedHandle
A WaylandDeviceClassOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()