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