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
TraceFilter.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Diagnostics
5
{
6
// Token: 0x020000CE RID: 206
7
public
abstract
class
TraceFilter
8
{
9
// Token: 0x060004AA RID: 1194
10
public
abstract
bool
ShouldTrace
(
TraceEventCache
cache,
string
source
,
TraceEventType
eventType,
int
id
,
string
formatOrMessage
,
object
[] args,
object
data1
,
object
[] data);
11
12
// Token: 0x060004AB RID: 1195 RVA: 0x00002050 File Offset: 0x00000250
13
internal
bool
ShouldTrace
(
TraceEventCache
cache,
string
source
,
TraceEventType
eventType,
int
id
,
string
formatOrMessage
)
14
{
15
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
16
}
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Diagnostics.TraceEventCache
Definition
TraceEventCache.cs:10
System.Diagnostics.TraceFilter.ShouldTrace
bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage)
Definition
TraceFilter.cs:13
System.Diagnostics.TraceFilter.ShouldTrace
bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)
System.Diagnostics.TraceFilter
Definition
TraceFilter.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Diagnostics.TraceEventType
TraceEventType
Definition
TraceEventType.cs:8
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.ExceptionArgument.source
@ source
System
Definition
__ComObject.cs:4
source
System
Diagnostics
TraceFilter.cs
Generated by
1.10.0