Class DevicePadInterfaceOwnedHandle
public class DevicePadInterfaceOwnedHandle : DevicePadInterfaceHandle, IDisposable
- Inheritance
-
DevicePadInterfaceOwnedHandle
- Implements
- Inherited Members
Constructors
DevicePadInterfaceOwnedHandle(nint)
Creates a new instance of DevicePadInterfaceOwnedHandle. Assumes that the given pointer is owned by the runtime.
public DevicePadInterfaceOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a DevicePadInterfaceOwnedHandle from a pointer that is assumed unowned.
public static DevicePadInterfaceOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a DevicePadInterface which is not owned by the runtime.
Returns
- DevicePadInterfaceOwnedHandle
A DevicePadInterfaceOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()