using System; using Cpp2IlInjected; namespace System.Diagnostics { /// Provides a multilevel switch to control tracing and debug output without recompiling your code. // Token: 0x020000C2 RID: 194 [Token(Token = "0x20000C2")] [SwitchLevel(typeof(TraceLevel))] public class TraceSwitch : Switch { /// Initializes a new instance of the class, using the specified display name and description. /// The name to display on a user interface. /// The description of the switch. // Token: 0x060004A2 RID: 1186 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60004A2")] [Address(RVA = "0x2F4A4D0", Offset = "0x2F494D0", VA = "0x182F4A4D0")] public TraceSwitch(string displayName, string description) { } } }