29 lines
1.0 KiB
C#
29 lines
1.0 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Reflection
|
|
{
|
|
/// <summary>Defines additional version information for an assembly manifest.</summary>
|
|
// Token: 0x02000214 RID: 532
|
|
[Token(Token = "0x2000214")]
|
|
[ComVisible(true)]
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
public sealed class AssemblyInformationalVersionAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AssemblyInformationalVersionAttribute" /> class.</summary>
|
|
/// <param name="informationalVersion">The assembly version information.</param>
|
|
// Token: 0x060013FE RID: 5118 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x60013FE")]
|
|
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
|
|
public AssemblyInformationalVersionAttribute(string informationalVersion)
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000A1A RID: 2586
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4000A1A")]
|
|
private string m_informationalVersion;
|
|
}
|
|
}
|