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