23 lines
892 B
C#
23 lines
892 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Diagnostics
|
|
{
|
|
/// <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
|
|
// Token: 0x020000C6 RID: 198
|
|
[Token(Token = "0x20000C6")]
|
|
[SwitchLevel(typeof(TraceLevel))]
|
|
public class TraceSwitch : Switch
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSwitch" /> class, using the specified display name and description.</summary>
|
|
/// <param name="displayName">The name to display on a user interface.</param>
|
|
/// <param name="description">The description of the switch.</param>
|
|
// 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)
|
|
{
|
|
}
|
|
}
|
|
}
|