using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Defines additional version information for an assembly manifest.
// Token: 0x0200020D RID: 525
[Token(Token = "0x200020D")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyInformationalVersionAttribute : Attribute
{
/// Initializes a new instance of the class.
/// The assembly version information.
// Token: 0x060013C0 RID: 5056 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60013C0")]
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
public AssemblyInformationalVersionAttribute(string informationalVersion)
{
}
// Token: 0x04000A10 RID: 2576
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000A10")]
private string m_informationalVersion;
}
}