using System.Runtime.InteropServices; namespace Interop.NmxAdptr; [ComImport] [CoClass(typeof(NmxClass))] [Guid("84168012-B544-4217-A145-32819C607435")] public interface Nmx : INmx4 { }