Table of Contents

Class IntrospectionXml

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

Provides standard D-Bus introspection XML for common interfaces.

public static class IntrospectionXml
Inheritance
IntrospectionXml
Inherited Members

Properties

DBusIntrospectable

Gets the introspection XML for the org.freedesktop.DBus.Introspectable interface.

public static ReadOnlyMemory<byte> DBusIntrospectable { get; }

Property Value

ReadOnlyMemory<byte>

DBusPeer

Gets the introspection XML for the org.freedesktop.DBus.Peer interface.

public static ReadOnlyMemory<byte> DBusPeer { get; }

Property Value

ReadOnlyMemory<byte>

DBusProperties

Gets the introspection XML for the org.freedesktop.DBus.Properties interface.

public static ReadOnlyMemory<byte> DBusProperties { get; }

Property Value

ReadOnlyMemory<byte>