using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Reflection { /// Specifies the build configuration, such as retail or debug, for an assembly. // Token: 0x02000212 RID: 530 [Token(Token = "0x2000212")] [ComVisible(true)] [AttributeUsage(AttributeTargets.Assembly)] public sealed class AssemblyConfigurationAttribute : Attribute { /// Initializes a new instance of the class. /// The assembly configuration. // Token: 0x060013FC RID: 5116 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60013FC")] [Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")] public AssemblyConfigurationAttribute(string configuration) { } // Token: 0x04000A18 RID: 2584 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4000A18")] private string m_configuration; } }