Class DeviceOwnedHandle
public class DeviceOwnedHandle : DeviceHandle, IDisposable
- Inheritance
-
DeviceOwnedHandle
- Implements
- Inherited Members
Constructors
DeviceOwnedHandle(IntPtr)
Creates a new instance of DeviceOwnedHandle. Assumes that the given pointer is owned by the runtime.
public DeviceOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a DeviceOwnedHandle from a pointer that is assumed unowned. To do so a boxed copy is created of the given pointer to be used as the handle.
public static DeviceOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a Device which is not owned by the runtime.
Returns
- DeviceOwnedHandle
A DeviceOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()