using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [CoClass(typeof(CoBaseRuntimeObjectClass))] [Guid("FA5DE931-208A-11D4-82B8-00104B5F96A7")] public interface CoBaseRuntimeObject : IAutomationObject { }