using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Diagnostics { /// Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited. // Token: 0x0200063F RID: 1599 [Token(Token = "0x200063F")] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] [ComVisible(true)] public sealed class DebuggerBrowsableAttribute : Attribute { /// Initializes a new instance of the class. /// One of the values that specifies how to display the member. /// /// is not one of the values. // Token: 0x0600317E RID: 12670 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600317E")] [Address(RVA = "0x254B810", Offset = "0x254A810", VA = "0x18254B810")] public DebuggerBrowsableAttribute(DebuggerBrowsableState state) { } // Token: 0x04001B26 RID: 6950 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4001B26")] private DebuggerBrowsableState state; } }