using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Messaging { /// Provides a way to control asynchronous messages after they have dispatched using the . // Token: 0x0200052E RID: 1326 [Token(Token = "0x200052E")] [ComVisible(true)] public interface IMessageCtrl { } }