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
RuntimeEventInfo.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Reflection
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200050A")]
11 [global::System.Serializable]
12 [StructLayout(0)]
13 internal sealed class RuntimeEventInfo : EventInfo, global::System.Runtime.Serialization.ISerializable
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6002588")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B8D900", Offset = "0x1B8D900", Length = "0x4")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 [MethodImpl(4096)]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6002589")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B8D904", Offset = "0x1B8D904", Length = "0x3C")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000530")]
33 public override Module Module
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x600258A")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1B8D940", Offset = "0x1B8D940", Length = "0x14")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeEventInfo), Member = "GetDeclaringTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetRuntimeModule", ReturnType = typeof(RuntimeModule))]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x17000531")]
48 {
49 [global::Cpp2ILInjected.Token(Token = "0x600258B")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B8D968", Offset = "0x1B8D968", Length = "0x4")]
51 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEventCandidates", MemberParameters = new object[]
53 {
54 typeof(string),
56 typeof(bool)
57 }, ReturnType = typeof(global::System.RuntimeType.ListBuilder<EventInfo>))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetEvent", MemberParameters = new object[]
59 {
60 typeof(string),
62 }, ReturnType = typeof(EventInfo))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x600258C")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1B8DAE4", Offset = "0x1B8DAE4", Length = "0x84")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeEventInfo), Member = "get_Module", ReturnType = typeof(Module))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeEventInfo), Member = "GetRuntimeModule", ReturnType = typeof(RuntimeModule))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeEventInfo), Member = "GetBindingFlags", ReturnType = typeof(BindingFlags))]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
77 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
78 internal global::System.RuntimeType GetDeclaringTypeInternal()
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x17000532")]
84 private global::System.RuntimeType ReflectedTypeInternal
85 {
86 [global::Cpp2ILInjected.Token(Token = "0x600258D")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1B8DB68", Offset = "0x1B8DB68", Length = "0x84")]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeEventInfo), Member = "GetObjectData", MemberParameters = new object[]
90 {
91 typeof(global::System.Runtime.Serialization.SerializationInfo),
92 typeof(global::System.Runtime.Serialization.StreamingContext)
93 }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
95 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 get
97 {
98 throw null;
99 }
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x600258E")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1B8D954", Offset = "0x1B8D954", Length = "0x14")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeEventInfo), Member = "GetDeclaringTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetRuntimeModule", ReturnType = typeof(RuntimeModule))]
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x600258F")]
113 [global::Cpp2ILInjected.Address(RVA = "0x1B8DBEC", Offset = "0x1B8DBEC", Length = "0x98")]
114 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeEventInfo), Member = "get_ReflectedTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberInfoSerializationHolder), Member = "GetSerializationInfo", MemberParameters = new object[]
118 {
119 typeof(global::System.Runtime.Serialization.SerializationInfo),
120 typeof(string),
121 typeof(global::System.RuntimeType),
122 typeof(string),
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
127 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x6002590")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1B8D96C", Offset = "0x1B8D96C", Length = "0x178")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
137 {
140 }, ReturnType = typeof(bool))]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
142 {
143 typeof(MethodInfo),
144 typeof(MethodInfo)
145 }, ReturnType = typeof(bool))]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsPublic", ReturnType = typeof(bool))]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeEventInfo), Member = "GetDeclaringTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Inequality", MemberParameters = new object[]
149 {
150 typeof(global::System.Type),
151 typeof(global::System.Type)
152 }, ReturnType = typeof(bool))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsStatic", ReturnType = typeof(bool))]
154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "FilterPreCalculate", MemberParameters = new object[]
155 {
156 typeof(bool),
157 typeof(bool),
158 typeof(bool)
159 }, ReturnType = typeof(BindingFlags))]
160 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
162 {
163 throw null;
164 }
165
166 [global::Cpp2ILInjected.Token(Token = "0x6002591")]
167 [global::Cpp2ILInjected.Address(RVA = "0x1B8DC84", Offset = "0x1B8DC84", Length = "0x68")]
168 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
171 {
174 }, ReturnType = typeof(bool))]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsPublic", ReturnType = typeof(bool))]
176 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
177 public override MethodInfo GetAddMethod(bool nonPublic)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6002592")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1B8DCEC", Offset = "0x1B8DCEC", Length = "0x68")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
187 {
190 }, ReturnType = typeof(bool))]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsPublic", ReturnType = typeof(bool))]
192 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
193 public override MethodInfo GetRaiseMethod(bool nonPublic)
194 {
195 throw null;
196 }
197
198 [global::Cpp2ILInjected.Token(Token = "0x6002593")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1B8DD54", Offset = "0x1B8DD54", Length = "0x68")]
200 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
201 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Inequality", MemberParameters = new object[]
203 {
206 }, ReturnType = typeof(bool))]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsPublic", ReturnType = typeof(bool))]
208 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
210 {
211 throw null;
212 }
213
214 [global::Cpp2ILInjected.Token(Token = "0x17000533")]
215 public override global::System.Type DeclaringType
216 {
217 [global::Cpp2ILInjected.Token(Token = "0x6002594")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1B8DDBC", Offset = "0x1B8DDBC", Length = "0x2C")]
219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
220 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
221 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
222 get
223 {
224 throw null;
225 }
226 }
227
228 [global::Cpp2ILInjected.Token(Token = "0x17000534")]
229 public override global::System.Type ReflectedType
230 {
231 [global::Cpp2ILInjected.Token(Token = "0x6002595")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1B8DDE8", Offset = "0x1B8DDE8", Length = "0x2C")]
233 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
236 get
237 {
238 throw null;
239 }
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x17000535")]
243 public override string Name
244 {
245 [global::Cpp2ILInjected.Token(Token = "0x6002596")]
246 [global::Cpp2ILInjected.Address(RVA = "0x1B8DE14", Offset = "0x1B8DE14", Length = "0x2C")]
247 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
248 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
249 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
250 get
251 {
252 throw null;
253 }
254 }
255
256 [global::Cpp2ILInjected.Token(Token = "0x6002597")]
257 [global::Cpp2ILInjected.Address(RVA = "0x1B8DE40", Offset = "0x1B8DE40", Length = "0x90")]
258 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
259 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
261 {
262 typeof(string),
263 typeof(string),
264 typeof(string)
265 }, ReturnType = typeof(string))]
266 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
267 public override string ToString()
268 {
269 throw null;
270 }
271
272 [global::Cpp2ILInjected.Token(Token = "0x6002598")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1B8DED0", Offset = "0x1B8DED0", Length = "0x70")]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
276 {
278 typeof(global::System.Type),
279 typeof(bool)
280 }, ReturnType = typeof(bool))]
281 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
282 public override bool IsDefined(global::System.Type attributeType, bool inherit)
283 {
284 throw null;
285 }
286
287 [global::Cpp2ILInjected.Token(Token = "0x6002599")]
288 [global::Cpp2ILInjected.Address(RVA = "0x1B8DF40", Offset = "0x1B8DF40", Length = "0x68")]
289 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
291 {
293 typeof(bool)
294 }, ReturnType = typeof(object[]))]
295 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
296 public override object[] GetCustomAttributes(bool inherit)
297 {
298 throw null;
299 }
300
301 [global::Cpp2ILInjected.Token(Token = "0x600259A")]
302 [global::Cpp2ILInjected.Address(RVA = "0x1B8DFA8", Offset = "0x1B8DFA8", Length = "0x70")]
303 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
305 {
307 typeof(global::System.Type),
308 typeof(bool)
309 }, ReturnType = typeof(object[]))]
310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
311 public override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
312 {
313 throw null;
314 }
315
316 [global::Cpp2ILInjected.Token(Token = "0x17000536")]
317 public override int MetadataToken
318 {
319 [global::Cpp2ILInjected.Token(Token = "0x600259B")]
320 [global::Cpp2ILInjected.Address(RVA = "0x1B8E018", Offset = "0x1B8E018", Length = "0x4")]
321 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
322 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
323 get
324 {
325 throw null;
326 }
327 }
328
329 [global::Cpp2ILInjected.Token(Token = "0x600259C")]
330 [global::Cpp2ILInjected.Address(RVA = "0x1B8E01C", Offset = "0x1B8E01C", Length = "0x4")]
331 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
332 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
333 [MethodImpl(4096)]
334 internal static extern int get_metadata_token(RuntimeEventInfo monoEvent);
335
336 [global::Cpp2ILInjected.Token(Token = "0x600259D")]
337 [global::Cpp2ILInjected.Address(RVA = "0x1B8E020", Offset = "0x1B8E020", Length = "0x8")]
338 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventInfo), Member = ".ctor", ReturnType = typeof(void))]
341 {
342 throw null;
343 }
344
345 [global::Cpp2ILInjected.Token(Token = "0x40014E6")]
346 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
347 private global::System.IntPtr klass;
348
349 [global::Cpp2ILInjected.Token(Token = "0x40014E7")]
350 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
351 private global::System.IntPtr handle;
352 }
353}
class f__AnonymousType0<< Count > j__TPar
static void get_event_info(RuntimeEventInfo ev, out MonoEventInfo info)
static MonoEventInfo GetEventInfo(RuntimeEventInfo ev)
global::System.RuntimeType ReflectedTypeInternal
override global::System.Type ReflectedType
override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override MethodInfo GetRemoveMethod(bool nonPublic)
override bool IsDefined(global::System.Type attributeType, bool inherit)
global::System.RuntimeType GetDeclaringTypeInternal()
override MethodInfo GetRaiseMethod(bool nonPublic)
override global::System.Type DeclaringType
override MethodInfo GetAddMethod(bool nonPublic)
static int get_metadata_token(RuntimeEventInfo monoEvent)
override object[] GetCustomAttributes(bool inherit)
IntPtr(int value)
Definition IntPtr.cs:46