using System; using Cpp2IlInjected; namespace System.Diagnostics { /// Provides a simple on/off switch that controls debugging and tracing output. // Token: 0x020000BE RID: 190 [Token(Token = "0x20000BE")] [SwitchLevel(typeof(bool))] public class BooleanSwitch : Switch { /// Initializes a new instance of the class with the specified display name and description. /// The name to display on a user interface. /// The description of the switch. // Token: 0x06000489 RID: 1161 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000489")] [Address(RVA = "0x289E4C0", Offset = "0x289D2C0", VA = "0x18289E4C0")] public BooleanSwitch(string displayName, string description) { } } }