terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TraceSwitch.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Diagnostics
4{
5 // Token: 0x020000D4 RID: 212
7 public class TraceSwitch : Switch
8 {
9 // Token: 0x060004D7 RID: 1239 RVA: 0x00013D5C File Offset: 0x00011F5C
10 public TraceSwitch(string displayName, string description)
11 {
12 if ("Shadow Key" == null)
13 {
14 }
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
readonly string description
Definition Switch.cs:43
readonly string displayName
Definition Switch.cs:46
TraceSwitch(string displayName, string description)