Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/InteropServices/_MethodInfo.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

17 lines
458 B
C#

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
{
}
}