29 lines
917 B
C#
29 lines
917 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Reflection
|
|
{
|
|
/// <summary>Specifies a description for an assembly.</summary>
|
|
// Token: 0x02000211 RID: 529
|
|
[Token(Token = "0x2000211")]
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
[ComVisible(true)]
|
|
public sealed class AssemblyTitleAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AssemblyTitleAttribute" /> class.</summary>
|
|
/// <param name="title">The assembly title.</param>
|
|
// 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;
|
|
}
|
|
}
|