using System.Runtime.InteropServices; namespace Interop.LmxProxy; [ComImport] [Guid("30B05B02-D834-11D3-8239-00104B5F96A7")] [CoClass(typeof(MxReferenceClass))] public interface MxReference : IMxReference { }