using System.Runtime.InteropServices; namespace Interop.NmxAdptr; [ComImport] [Guid("4169B479-54BD-11D3-A9CC-00A0C9FB55A0")] [CoClass(typeof(NmxStatisticsClass))] public interface NmxStatistics : INmxStatistics { }