using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Exposes the public members of the class to unmanaged code. // Token: 0x020005B2 RID: 1458 [Token(Token = "0x20005B2")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [Guid("6240837A-707F-3181-8E98-A36AE086766B")] [CLSCompliant(false)] [ComVisible(true)] public interface _MethodBase { } }