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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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
11
public
static
TraceListenerCollection
Listeners
12
{
13
get
14
{
15
if
(!
true
)
16
{
17
}
18
return
TraceInternal
.
Listeners
;
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
}
31
return
TraceInternal
.
AutoFlush
;
32
}
33
}
34
35
// Token: 0x170000CA RID: 202
36
// (get) Token: 0x0600049F RID: 1183 RVA: 0x00002050 File Offset: 0x00000250
37
public
static
CorrelationManager
CorrelationManager
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
46
private
static
CorrelationManager
correlationManager
;
47
}
48
}
System.Diagnostics.CorrelationManager
Definition
CorrelationManager.cs:8
System.Diagnostics.TraceInternal.Listeners
static TraceListenerCollection Listeners
Definition
TraceInternal.cs:11
System.Diagnostics.TraceInternal.AutoFlush
static bool AutoFlush
Definition
TraceInternal.cs:33
System.Diagnostics.TraceInternal
Definition
TraceInternal.cs:7
System.Diagnostics.TraceListenerCollection
Definition
TraceListenerCollection.cs:11
System.Diagnostics.Trace.Listeners
static TraceListenerCollection Listeners
Definition
Trace.cs:12
System.Diagnostics.Trace.correlationManager
static CorrelationManager correlationManager
Definition
Trace.cs:46
System.Diagnostics.Trace.AutoFlush
static bool AutoFlush
Definition
Trace.cs:25
System.Diagnostics.Trace
Definition
Trace.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System
Definition
__ComObject.cs:4
source
System
Diagnostics
Trace.cs
Generated by
1.10.0