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
BaseLoggingObject.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20001F1")]
8 internal class BaseLoggingObject
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000C30")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F26C88", Offset = "0x1F26C88", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000C31")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F26C90", Offset = "0x1F26C90", Length = "0x4")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 internal virtual void EnterFunc(string funcname)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000C32")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F26C94", Offset = "0x1F26C94", Length = "0x4")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 internal virtual void LeaveFunc(string funcname)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000C33")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1F26C98", Offset = "0x1F26C98", Length = "0x4")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 internal virtual void DumpArrayToConsole()
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000C34")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1F26C9C", Offset = "0x1F26C9C", Length = "0x4")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 internal virtual void PrintLine(string msg)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000C35")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1F26CA0", Offset = "0x1F26CA0", Length = "0x4")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 internal virtual void DumpArray(bool shouldClose)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000C36")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1F26CA4", Offset = "0x1F26CA4", Length = "0x4")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 internal virtual void DumpArrayToFile(bool shouldClose)
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6000C37")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1F26CA8", Offset = "0x1F26CA8", Length = "0x4")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 internal virtual void Flush()
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000C38")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1F26CAC", Offset = "0x1F26CAC", Length = "0x4")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 internal virtual void Flush(bool close)
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x6000C39")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1F26CB0", Offset = "0x1F26CB0", Length = "0x4")]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 internal virtual void LoggingMonitorTick()
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x6000C3A")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1F26CB4", Offset = "0x1F26CB4", Length = "0x4")]
93 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
94 internal virtual void Dump(byte[] buffer)
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6000C3B")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1F26CB8", Offset = "0x1F26CB8", Length = "0x4")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 internal virtual void Dump(byte[] buffer, int length)
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x6000C3C")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1F26CBC", Offset = "0x1F26CBC", Length = "0x4")]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 internal virtual void Dump(byte[] buffer, int offset, int length)
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x6000C3D")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1F26CC0", Offset = "0x1F26CC0", Length = "0x4")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 internal virtual void Dump(IntPtr pBuffer, int offset, int length)
119 {
120 throw null;
121 }
122 }
123}
class f__AnonymousType0<< Count > j__TPar
virtual void Dump(byte[] buffer, int offset, int length)
virtual void Dump(IntPtr pBuffer, int offset, int length)
virtual void Dump(byte[] buffer, int length)
virtual void Flush(bool close)
virtual void DumpArrayToFile(bool shouldClose)
virtual void EnterFunc(string funcname)
virtual void Dump(byte[] buffer)
virtual void DumpArray(bool shouldClose)
virtual void LeaveFunc(string funcname)
virtual void PrintLine(string msg)