m
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.AssemblyName" /> class to unmanaged code.</summary>
|
||||
// Token: 0x020005AC RID: 1452
|
||||
[Token(Token = "0x20005AC")]
|
||||
[CLSCompliant(false)]
|
||||
[Guid("B42B6AAC-317E-34D5-9FA9-093BB4160C50")]
|
||||
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
[ComVisible(true)]
|
||||
public interface _AssemblyName
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user