Table of Contents

Class DBusAddress

Namespace
Tmds.DBus.Protocol
Assembly
Tmds.DBus.Protocol.dll

Provides D-Bus addresses for the system and session bus.

public static class DBusAddress
Inheritance
DBusAddress
Inherited Members

Properties

Session

Gets the D-Bus session bus address.

public static string? Session { get; }

Property Value

string

System

Gets the D-Bus system bus address.

public static string? System { get; }

Property Value

string