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
Trace.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Diagnostics
5{
6 // Token: 0x020000CB RID: 203
7 public sealed class Trace
8 {
9 // Token: 0x170000C8 RID: 200
10 // (get) Token: 0x0600049D RID: 1181 RVA: 0x00013624 File Offset: 0x00011824
12 {
13 get
14 {
15 if (!true)
16 {
17 }
19 }
20 }
21
22 // Token: 0x170000C9 RID: 201
23 // (get) Token: 0x0600049E RID: 1182 RVA: 0x0001363C File Offset: 0x0001183C
24 public static bool AutoFlush
25 {
26 get
27 {
28 if (!true)
29 {
30 }
32 }
33 }
34
35 // Token: 0x170000CA RID: 202
36 // (get) Token: 0x0600049F RID: 1183 RVA: 0x00002050 File Offset: 0x00000250
38 {
39 get
40 {
41 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
42 }
43 }
44
45 // Token: 0x04000394 RID: 916
47 }
48}
static TraceListenerCollection Listeners
static TraceListenerCollection Listeners
Definition Trace.cs:12
static CorrelationManager correlationManager
Definition Trace.cs:46
static bool AutoFlush
Definition Trace.cs:25