Class DeviceHandle
public class DeviceHandle : ObjectHandle, IDisposable
- Inheritance
-
DeviceHandle
- Implements
- Inherited Members
Constructors
DeviceHandle(nint, bool)
public DeviceHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static DeviceHandle For<T>(ConstructArgument[] constructArguments) where T : Device, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T