using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Specifies a description for an assembly.
// Token: 0x02000211 RID: 529
[Token(Token = "0x2000211")]
[AttributeUsage(AttributeTargets.Assembly)]
[ComVisible(true)]
public sealed class AssemblyTitleAttribute : Attribute
{
/// Initializes a new instance of the class.
/// The assembly title.
// Token: 0x060013FB RID: 5115 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60013FB")]
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
public AssemblyTitleAttribute(string title)
{
}
// Token: 0x04000A17 RID: 2583
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000A17")]
private string m_title;
}
}