using System.Runtime.InteropServices; namespace Interop.LmxProxy; [ComImport] [Guid("221799BB-99A5-4BB6-B690-7F875371B6D6")] [CoClass(typeof(MxConnectionClass))] public interface MxConnection : IMxSupervisoryConnection { }