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