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.
1using System;
4
5namespace 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}
class f__AnonymousType0<< Count > j__TPar
bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage)
bool ShouldTrace(TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)