m
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.InteropServices
|
||||
{
|
||||
/// <summary>Exposes the public members of the <see cref="T:System.Reflection.MethodInfo" /> class to unmanaged code.</summary>
|
||||
// Token: 0x020005B3 RID: 1459
|
||||
[Token(Token = "0x20005B3")]
|
||||
[ComVisible(true)]
|
||||
[Guid("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
|
||||
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
[CLSCompliant(false)]
|
||||
public interface _MethodInfo
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user