terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TraceFilter.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
5
namespace
System.Diagnostics
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x20000CE"
)]
8
public
abstract
class
TraceFilter
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x60004AA"
)]
11
public
abstract
bool
ShouldTrace
(
TraceEventCache
cache,
string
source
,
TraceEventType
eventType,
int
id
,
string
formatOrMessage
,
object
[] args,
object
data1
,
object
[] data);
12
13
[global::Cpp2ILInjected.Token(Token =
"0x60004AB"
)]
14
[global::Cpp2ILInjected.Address(RVA =
"0x1EC5CA4"
, Offset =
"0x1EC5CA4"
, Length =
"0x2C"
)]
15
[global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17
internal
bool
ShouldTrace
(
TraceEventCache
cache,
string
source
,
TraceEventType
eventType,
int
id
,
string
formatOrMessage
)
18
{
19
throw
null
;
20
}
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Diagnostics.TraceEventCache
Definition
TraceEventCache.cs:13
System.Diagnostics.TraceFilter.ShouldTrace
bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage)
Definition
TraceFilter.cs:17
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:9
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Diagnostics.TraceEventType
TraceEventType
Definition
TraceEventType.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:7
System.ExceptionArgument.source
@ source
System
Definition
__Il2CppComDelegate.cs:6
source
System
Diagnostics
TraceFilter.cs
Generated by
1.10.0