/// /// The Interoperability support class for the attach panel APIs. /// internal static partial class Interop { /// /// The Interoperability support class for the API library. /// internal static partial class Libraries { public const string AttachPanel = "libattach-panel.so.0.1.0"; } }