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