using System.Runtime.InteropServices; namespace Interop.LmxProxy; [ComImport] [Guid("D4905673-9679-4FD3-949C-DC26E10482B0")] [CoClass(typeof(MxValueClass))] public interface MxValue : IMxValue { }