using System; using Cpp2IlInjected; namespace System.Reflection { /// Defines a key/value metadata pair for the decorated assembly. // Token: 0x02000211 RID: 529 [Token(Token = "0x2000211")] [AttributeUsage(AttributeTargets.Assembly)] public sealed class AssemblyMetadataAttribute : Attribute { /// Initializes a new instance of the class by using the specified metadata key and value. /// The metadata key. /// The metadata value. // Token: 0x060013C4 RID: 5060 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60013C4")] [Address(RVA = "0x497CA0", Offset = "0x496AA0", VA = "0x180497CA0")] public AssemblyMetadataAttribute(string key, string value) { } // Token: 0x04000A14 RID: 2580 [FieldOffset(Offset = "0x10")] [Token(Token = "0x4000A14")] private string m_key; // Token: 0x04000A15 RID: 2581 [FieldOffset(Offset = "0x18")] [Token(Token = "0x4000A15")] private string m_value; } }