17 lines
440 B
C#
17 lines
440 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.InteropServices
|
|
{
|
|
/// <summary>Exposes the <see cref="T:System.Reflection.AssemblyName" /> class to unmanaged code.</summary>
|
|
// Token: 0x0200058D RID: 1421
|
|
[Token(Token = "0x200058D")]
|
|
[CLSCompliant(false)]
|
|
[ComVisible(true)]
|
|
[Guid("B42B6AAC-317E-34D5-9FA9-093BB4160C50")]
|
|
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
|
public interface _AssemblyName
|
|
{
|
|
}
|
|
}
|