using System;
using Cpp2IlInjected;
namespace System.Diagnostics
{
/// Provides a multilevel switch to control tracing and debug output without recompiling your code.
// Token: 0x020000C6 RID: 198
[Token(Token = "0x20000C6")]
[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: 0x060004B8 RID: 1208 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60004B8")]
[Address(RVA = "0x28AFA20", Offset = "0x28AE820", VA = "0x1828AFA20")]
public TraceSwitch(string displayName, string description)
{
}
}
}