DESCR 356 B

123456789
  1. ndesk-dbus is a C# implementation of D-Bus. It's often referred
  2. to as dbus-sharp, or "managed D-Bus" to avoid confusion with
  3. existing bindings (which wrap libdbus).
  4. D-Bus is an inter-process communication framework that lets
  5. applications interface with the system event bus as well as
  6. allowing them to talk to one another in a peer-to-peer
  7. configuration.