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
GlobalLog.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 // Token: 0x020001F3 RID: 499
9 internal static class GlobalLog
10 {
11 // Token: 0x06000C3E RID: 3134 RVA: 0x00002050 File Offset: 0x00000250
12 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
14 {
15 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17
18 // Token: 0x17000285 RID: 645
19 // (get) Token: 0x06000C3F RID: 3135 RVA: 0x000276D0 File Offset: 0x000258D0
21 {
22 get
23 {
24 }
25 }
26
27 // Token: 0x06000C40 RID: 3136 RVA: 0x000276E0 File Offset: 0x000258E0
28 [Conditional("DEBUG")]
29 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
30 internal static void SetThreadSource(ThreadKinds source)
31 {
32 }
33
34 // Token: 0x06000C41 RID: 3137 RVA: 0x000276F0 File Offset: 0x000258F0
35 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
36 [Conditional("DEBUG")]
37 internal static void ThreadContract(ThreadKinds kind, string errorMsg)
38 {
39 }
40
41 // Token: 0x06000C42 RID: 3138 RVA: 0x00027700 File Offset: 0x00025900
42 [Conditional("DEBUG")]
43 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
44 internal static void ThreadContract(ThreadKinds kind, ThreadKinds allowedSources, string errorMsg)
45 {
46 }
47
48 // Token: 0x06000C43 RID: 3139 RVA: 0x00027710 File Offset: 0x00025910
49 [Conditional("TRAVE")]
50 public static void AddToArray(string msg)
51 {
52 }
53
54 // Token: 0x06000C44 RID: 3140 RVA: 0x00027720 File Offset: 0x00025920
55 [Conditional("TRAVE")]
56 public static void Ignore(object msg)
57 {
58 }
59
60 // Token: 0x06000C45 RID: 3141 RVA: 0x00027730 File Offset: 0x00025930
61 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
62 [Conditional("TRAVE")]
63 public static void Print(string msg)
64 {
65 }
66
67 // Token: 0x06000C46 RID: 3142 RVA: 0x00027740 File Offset: 0x00025940
68 [Conditional("TRAVE")]
69 public static void PrintHex(string msg, object value)
70 {
71 }
72
73 // Token: 0x06000C47 RID: 3143 RVA: 0x00027750 File Offset: 0x00025950
74 [Conditional("TRAVE")]
75 public static void Enter(string func)
76 {
77 }
78
79 // Token: 0x06000C48 RID: 3144 RVA: 0x00027760 File Offset: 0x00025960
80 [Conditional("TRAVE")]
81 public static void Enter(string func, string parms)
82 {
83 }
84
85 // Token: 0x06000C49 RID: 3145 RVA: 0x00027770 File Offset: 0x00025970
86 [Conditional("DEBUG")]
87 [Conditional("_FORCE_ASSERTS")]
88 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
89 public static void Assert(bool condition, string messageFormat, params object[] data)
90 {
91 }
92
93 // Token: 0x06000C4A RID: 3146 RVA: 0x00027790 File Offset: 0x00025990
94 [Conditional("_FORCE_ASSERTS")]
95 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
96 [Conditional("DEBUG")]
97 public static void Assert(string message)
98 {
99 }
100
101 // Token: 0x06000C4B RID: 3147 RVA: 0x000277A0 File Offset: 0x000259A0
102 [Conditional("DEBUG")]
103 [Conditional("_FORCE_ASSERTS")]
104 [ReliabilityContract(Consistency.MayCorruptAppDomain, Cer.None)]
105 public static void Assert(string message, string detailMessage)
106 {
107 if (!true)
108 {
109 }
110 long num = 0L;
111 if (!true)
112 {
113 }
114 if (num == 0L)
115 {
116 return;
117 }
118 throw new OutOfMemoryException();
119 }
120
121 // Token: 0x06000C4C RID: 3148 RVA: 0x000277D8 File Offset: 0x000259D8
122 [Conditional("TRAVE")]
123 public static void LeaveException(string func, Exception exception)
124 {
125 }
126
127 // Token: 0x06000C4D RID: 3149 RVA: 0x000277E8 File Offset: 0x000259E8
128 [Conditional("TRAVE")]
129 public static void Leave(string func)
130 {
131 }
132
133 // Token: 0x06000C4E RID: 3150 RVA: 0x000277F8 File Offset: 0x000259F8
134 [Conditional("TRAVE")]
135 public static void Leave(string func, string result)
136 {
137 }
138
139 // Token: 0x06000C4F RID: 3151 RVA: 0x00027808 File Offset: 0x00025A08
140 [Conditional("TRAVE")]
141 public static void Leave(string func, int returnval)
142 {
143 }
144
145 // Token: 0x06000C50 RID: 3152 RVA: 0x00027818 File Offset: 0x00025A18
146 [Conditional("TRAVE")]
147 public static void Leave(string func, bool returnval)
148 {
149 }
150
151 // Token: 0x06000C51 RID: 3153 RVA: 0x00027828 File Offset: 0x00025A28
152 [Conditional("TRAVE")]
153 public static void DumpArray()
154 {
155 }
156
157 // Token: 0x06000C52 RID: 3154 RVA: 0x00027838 File Offset: 0x00025A38
158 [Conditional("TRAVE")]
159 public static void Dump(byte[] buffer)
160 {
161 }
162
163 // Token: 0x06000C53 RID: 3155 RVA: 0x00027848 File Offset: 0x00025A48
164 [Conditional("TRAVE")]
165 public static void Dump(byte[] buffer, int length)
166 {
167 }
168
169 // Token: 0x06000C54 RID: 3156 RVA: 0x00027858 File Offset: 0x00025A58
170 [Conditional("TRAVE")]
171 public static void Dump(byte[] buffer, int offset, int length)
172 {
173 }
174
175 // Token: 0x06000C55 RID: 3157 RVA: 0x00027868 File Offset: 0x00025A68
176 [Conditional("TRAVE")]
177 public static void Dump(IntPtr buffer, int offset, int length)
178 {
179 }
180
181 // Token: 0x06000C56 RID: 3158 RVA: 0x00027878 File Offset: 0x00025A78
182 // Note: this type is marked as 'beforefieldinit'.
187
188 // Token: 0x04000AA0 RID: 2720
190 }
191}
class f__AnonymousType0<< Count > j__TPar
static void AddToArray(string msg)
Definition GlobalLog.cs:50
static void Enter(string func)
Definition GlobalLog.cs:75
static void Ignore(object msg)
Definition GlobalLog.cs:56
static void ThreadContract(ThreadKinds kind, string errorMsg)
Definition GlobalLog.cs:37
static void PrintHex(string msg, object value)
Definition GlobalLog.cs:69
static void Dump(byte[] buffer, int offset, int length)
Definition GlobalLog.cs:171
static void Leave(string func, string result)
Definition GlobalLog.cs:135
static void Leave(string func, int returnval)
Definition GlobalLog.cs:141
static void Assert(string message)
Definition GlobalLog.cs:97
static void Enter(string func, string parms)
Definition GlobalLog.cs:81
static ThreadKinds CurrentThreadKind
Definition GlobalLog.cs:21
static void DumpArray()
Definition GlobalLog.cs:153
static void Dump(IntPtr buffer, int offset, int length)
Definition GlobalLog.cs:177
static void LeaveException(string func, Exception exception)
Definition GlobalLog.cs:123
static void Print(string msg)
Definition GlobalLog.cs:63
static void ThreadContract(ThreadKinds kind, ThreadKinds allowedSources, string errorMsg)
Definition GlobalLog.cs:44
static BaseLoggingObject Logobject
Definition GlobalLog.cs:189
static void Leave(string func, bool returnval)
Definition GlobalLog.cs:147
static void Assert(bool condition, string messageFormat, params object[] data)
Definition GlobalLog.cs:89
static void Dump(byte[] buffer)
Definition GlobalLog.cs:159
static void SetThreadSource(ThreadKinds source)
Definition GlobalLog.cs:30
static BaseLoggingObject LoggingInitialize()
Definition GlobalLog.cs:13
static void Assert(string message, string detailMessage)
Definition GlobalLog.cs:105
static void Leave(string func)
Definition GlobalLog.cs:129
static void Dump(byte[] buffer, int length)
Definition GlobalLog.cs:165