New DBusApplication (gb.dbus)

Dim hDBusApplication As DBusApplication
hDBusApplication = New DBusApplication ( Connection As DBusConnection, ApplicationName As String )

Create an object that represents an application connected to the session or the system bus.

  • Connection is the connection object (DBus.Session or DBus.System).

  • ApplicationName is the name of the application on the bus.

Use DBus[Application] instead.