oh dear
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.InteropServices
|
||||
{
|
||||
/// <summary>Exposes the <see cref="T:System.Reflection.Module" /> class to unmanaged code.</summary>
|
||||
// Token: 0x02000595 RID: 1429
|
||||
[Token(Token = "0x2000595")]
|
||||
[ComVisible(true)]
|
||||
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
[Guid("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
|
||||
[CLSCompliant(false)]
|
||||
public interface _Module
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user