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
RuntimeMethodInfo.cs
Go to the documentation of this file.
1using System;
8using System.Text;
11
12namespace System.Reflection
13{
14 [global::Cpp2ILInjected.Token(Token = "0x200050E")]
15 [global::System.Serializable]
16 [StructLayout(0)]
17 internal class RuntimeMethodInfo : MethodInfo, global::System.Runtime.Serialization.ISerializable
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x17000541")]
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x60025CE")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B8EE08", Offset = "0x1B8EE08", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "FilterApplyMethodInfo", MemberParameters = new object[]
25 {
29 typeof(global::System.Type[])
30 }, ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x17000542")]
39 public override Module Module
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x60025CF")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1B8EE10", Offset = "0x1B8EE10", Length = "0x4")]
43 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 get
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x17000543")]
52 private global::System.RuntimeType ReflectedTypeInternal
53 {
54 [global::Cpp2ILInjected.Token(Token = "0x60025D0")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1B8EE9C", Offset = "0x1B8EE9C", Length = "0x84")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "GetObjectData", MemberParameters = new object[]
58 {
59 typeof(global::System.Runtime.Serialization.SerializationInfo),
60 typeof(global::System.Runtime.Serialization.StreamingContext)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60025D1")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1B8EF20", Offset = "0x1B8EF20", Length = "0x158")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeMethodHandle), Member = "ConstructInstantiation", MemberParameters = new object[]
76 {
78 typeof(global::System.TypeNameFormatFlags)
79 }, ReturnType = typeof(string))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeParameterInfo), Member = "FormatParameters", MemberParameters = new object[]
82 {
83 typeof(global::System.Text.StringBuilder),
84 typeof(ParameterInfo[]),
85 typeof(CallingConventions),
86 typeof(bool)
87 }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
89 internal override string FormatNameAndSig(bool serialization)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x60025D2")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1B8F234", Offset = "0x1B8F234", Length = "0x18")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
98 {
99 typeof(global::System.Type),
100 typeof(object),
102 }, ReturnType = typeof(global::System.Delegate))]
103 public override global::System.Delegate CreateDelegate(global::System.Type delegateType, object target)
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x60025D3")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1B8F24C", Offset = "0x1B8F24C", Length = "0x88")]
110 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "FormatTypeName", ReturnType = typeof(string))]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
114 {
115 typeof(string),
116 typeof(string),
117 typeof(string)
118 }, ReturnType = typeof(string))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
120 public override string ToString()
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x60025D4")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1B8EE14", Offset = "0x1B8EE14", Length = "0x88")]
127 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "GetRuntimeModule", ReturnType = typeof(RuntimeModule))]
130 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
132 {
133 throw null;
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x60025D5")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1B8F2D4", Offset = "0x1B8F2D4", Length = "0x120")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeMethodInfo), Member = "get_ReflectedTypeInternal", ReturnType = typeof(global::System.RuntimeType))]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeMethodInfo), Member = "SerializationToString", ReturnType = typeof(string))]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberInfoSerializationHolder), Member = "GetSerializationInfo", MemberParameters = new object[]
143 {
144 typeof(global::System.Runtime.Serialization.SerializationInfo),
145 typeof(string),
146 typeof(global::System.RuntimeType),
147 typeof(string),
148 typeof(string),
150 typeof(global::System.Type[])
151 }, ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
154 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
155 {
156 throw null;
157 }
158
159 [global::Cpp2ILInjected.Token(Token = "0x60025D6")]
160 [global::Cpp2ILInjected.Address(RVA = "0x1B8F3F4", Offset = "0x1B8F3F4", Length = "0x94")]
161 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemberInfoSerializationHolder), Member = "GetRealObject", MemberParameters = new object[] { typeof(global::System.Runtime.Serialization.StreamingContext) }, ReturnType = typeof(object))]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "GetObjectData", MemberParameters = new object[]
164 {
165 typeof(global::System.Runtime.Serialization.SerializationInfo),
166 typeof(global::System.Runtime.Serialization.StreamingContext)
167 }, ReturnType = typeof(void))]
168 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
170 {
171 typeof(string),
172 typeof(string),
173 typeof(string)
174 }, ReturnType = typeof(string))]
175 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
176 internal string SerializationToString()
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x60025D7")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1B8F488", Offset = "0x1B8F488", Length = "0x54")]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "GetMethodImpl", ReturnType = typeof(MethodInfo))]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
185 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x60025D8")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4E4", Offset = "0x1B8F4E4", Length = "0x8")]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetMethodsByName", MemberParameters = new object[]
194 {
195 typeof(string),
197 typeof(global::System.RuntimeType.MemberListType),
198 typeof(global::System.RuntimeType)
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "GetConstructors_internal", MemberParameters = new object[]
201 {
203 typeof(global::System.RuntimeType)
204 }, ReturnType = typeof(RuntimeConstructorInfo[]))]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
206 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
208 {
209 throw null;
210 }
211
212 [global::Cpp2ILInjected.Token(Token = "0x60025D9")]
213 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4EC", Offset = "0x1B8F4EC", Length = "0x4")]
214 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
216 [MethodImpl(4096)]
217 internal static extern MethodBody GetMethodBodyInternal(global::System.IntPtr handle);
218
219 [global::Cpp2ILInjected.Token(Token = "0x60025DA")]
220 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4F0", Offset = "0x1B8F4F0", Length = "0x4")]
221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
222 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
223 internal static MethodBody GetMethodBody(global::System.IntPtr handle)
224 {
225 throw null;
226 }
227
228 [global::Cpp2ILInjected.Token(Token = "0x60025DB")]
229 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4F4", Offset = "0x1B8F4F4", Length = "0x8")]
230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MethodBase), Member = "GetMethodFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeMethodHandle) }, ReturnType = typeof(MethodBase))]
231 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
232 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
233 internal static MethodBase GetMethodFromHandleInternalType(global::System.IntPtr method_handle, global::System.IntPtr type_handle)
234 {
235 throw null;
236 }
237
238 [global::Cpp2ILInjected.Token(Token = "0x60025DC")]
239 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4DC", Offset = "0x1B8F4DC", Length = "0x8")]
240 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
241 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
242 [MethodImpl(4096)]
243 private static extern MethodBase GetMethodFromHandleInternalType_native(global::System.IntPtr method_handle, global::System.IntPtr type_handle, bool genericCheck);
244
245 [global::Cpp2ILInjected.Token(Token = "0x60025DD")]
246 [global::Cpp2ILInjected.Address(RVA = "0x1B8F4FC", Offset = "0x1B8F4FC", Length = "0x8")]
247 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = ".ctor", ReturnType = typeof(void))]
250 {
251 throw null;
252 }
253
254 [global::Cpp2ILInjected.Token(Token = "0x60025DE")]
255 [global::Cpp2ILInjected.Address(RVA = "0x1B8F504", Offset = "0x1B8F504", Length = "0x4")]
256 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
257 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
258 [MethodImpl(4096)]
259 internal static extern string get_name(MethodBase method);
260
261 [global::Cpp2ILInjected.Token(Token = "0x60025DF")]
262 [global::Cpp2ILInjected.Address(RVA = "0x1B8F508", Offset = "0x1B8F508", Length = "0x8")]
263 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
264 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
265 [MethodImpl(4096)]
266 internal static extern RuntimeMethodInfo get_base_method(RuntimeMethodInfo method, bool definition);
267
268 [global::Cpp2ILInjected.Token(Token = "0x60025E0")]
269 [global::Cpp2ILInjected.Address(RVA = "0x1B8F510", Offset = "0x1B8F510", Length = "0x4")]
270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
271 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
272 [MethodImpl(4096)]
273 internal static extern int get_metadata_token(RuntimeMethodInfo method);
274
275 [global::Cpp2ILInjected.Token(Token = "0x60025E1")]
276 [global::Cpp2ILInjected.Address(RVA = "0x1B8F514", Offset = "0x1B8F514", Length = "0x8")]
277 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
278 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
280 {
281 throw null;
282 }
283
284 [global::Cpp2ILInjected.Token(Token = "0x60025E2")]
285 [global::Cpp2ILInjected.Address(RVA = "0x1B8F51C", Offset = "0x1B8F51C", Length = "0x8")]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Attribute), Member = "InternalParamGetCustomAttributes", MemberParameters = new object[]
287 {
289 typeof(global::System.Type),
290 typeof(bool)
291 }, ReturnType = typeof(global::System.Attribute[]))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetBasePropertyDefinition", MemberParameters = new object[] { typeof(RuntimePropertyInfo) }, ReturnType = typeof(PropertyInfo))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetBaseEventDefinition", MemberParameters = new object[] { typeof(RuntimeEventInfo) }, ReturnType = typeof(EventInfo))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetBase", MemberParameters = new object[] { typeof(ICustomAttributeProvider) }, ReturnType = typeof(ICustomAttributeProvider))]
295 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
296 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
298 {
299 throw null;
300 }
301
302 [global::Cpp2ILInjected.Token(Token = "0x17000544")]
304 {
305 [global::Cpp2ILInjected.Token(Token = "0x60025E3")]
306 [global::Cpp2ILInjected.Address(RVA = "0x1B8F524", Offset = "0x1B8F524", Length = "0x4")]
307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoMethodInfo), Member = "GetReturnParameterInfo", MemberParameters = new object[] { typeof(RuntimeMethodInfo) }, ReturnType = typeof(ParameterInfo))]
309 get
310 {
311 throw null;
312 }
313 }
314
315 [global::Cpp2ILInjected.Token(Token = "0x17000545")]
316 public override global::System.Type ReturnType
317 {
318 [global::Cpp2ILInjected.Token(Token = "0x60025E4")]
319 [global::Cpp2ILInjected.Address(RVA = "0x1B8F528", Offset = "0x1B8F528", Length = "0x2C")]
320 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
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 = "0x17000546")]
330 public override int MetadataToken
331 {
332 [global::Cpp2ILInjected.Token(Token = "0x60025E5")]
333 [global::Cpp2ILInjected.Address(RVA = "0x1B8F554", Offset = "0x1B8F554", Length = "0x4")]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
336 get
337 {
338 throw null;
339 }
340 }
341
342 [global::Cpp2ILInjected.Token(Token = "0x60025E6")]
343 [global::Cpp2ILInjected.Address(RVA = "0x1B8F558", Offset = "0x1B8F558", Length = "0x2C")]
344 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
345 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
346 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
348 {
349 throw null;
350 }
351
352 [global::Cpp2ILInjected.Token(Token = "0x60025E7")]
353 [global::Cpp2ILInjected.Address(RVA = "0x1B8F584", Offset = "0x1B8F584", Length = "0x88")]
354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "FastCopy", MemberParameters = new object[]
356 {
357 typeof(global::System.Array),
358 typeof(int),
359 typeof(global::System.Array),
360 typeof(int),
361 typeof(int)
362 }, ReturnType = typeof(bool))]
363 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
364 public override ParameterInfo[] GetParameters()
365 {
366 throw null;
367 }
368
369 [global::Cpp2ILInjected.Token(Token = "0x60025E8")]
370 [global::Cpp2ILInjected.Address(RVA = "0x1B8F60C", Offset = "0x1B8F60C", Length = "0xC")]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
372 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
374 {
375 throw null;
376 }
377
378 [global::Cpp2ILInjected.Token(Token = "0x60025E9")]
379 [global::Cpp2ILInjected.Address(RVA = "0x1B8F618", Offset = "0x1B8F618", Length = "0x1C")]
380 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
381 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
382 internal override int GetParametersCount()
383 {
384 throw null;
385 }
386
387 [global::Cpp2ILInjected.Token(Token = "0x60025EA")]
388 [global::Cpp2ILInjected.Address(RVA = "0x1B8F634", Offset = "0x1B8F634", Length = "0x4")]
389 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AppDomain), Member = "InvokeInDomainByID", MemberParameters = new object[]
390 {
391 typeof(int),
393 typeof(object),
394 typeof(object[])
395 }, ReturnType = typeof(object))]
396 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.Marshal), Member = "GetCustomMarshalerInstance", MemberParameters = new object[]
397 {
398 typeof(global::System.Type),
399 typeof(string)
400 }, ReturnType = typeof(global::System.Runtime.InteropServices.ICustomMarshaler))]
401 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
402 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
403 [MethodImpl(4096)]
404 internal extern object InternalInvoke(object obj, object[] parameters, out global::System.Exception exc);
405
406 [global::System.Diagnostics.DebuggerHidden]
407 [global::System.Diagnostics.DebuggerStepThrough]
408 [global::Cpp2ILInjected.Token(Token = "0x60025EB")]
409 [global::Cpp2ILInjected.Address(RVA = "0x1B8F638", Offset = "0x1B8F638", Length = "0x2DC")]
410 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
411 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodBase), Member = "get_IsStatic", ReturnType = typeof(bool))]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_DefaultBinder", ReturnType = typeof(Binder))]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeMethodInfo), Member = "ConvertValues", MemberParameters = new object[]
415 {
416 typeof(Binder),
417 typeof(object[]),
419 typeof(global::System.Globalization.CultureInfo),
421 }, ReturnType = typeof(void))]
422 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
424 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetInvocationException), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
425 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 33)]
426 public override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)
427 {
428 throw null;
429 }
430
431 [global::Cpp2ILInjected.Token(Token = "0x60025EC")]
432 [global::Cpp2ILInjected.Address(RVA = "0x1B8F914", Offset = "0x1B8F914", Length = "0x278")]
433 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "Invoke", MemberParameters = new object[]
435 {
436 typeof(object),
438 typeof(Binder),
439 typeof(object[]),
440 typeof(global::System.Globalization.CultureInfo)
441 }, ReturnType = typeof(object))]
442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeConstructorInfo), Member = "DoInvoke", MemberParameters = new object[]
443 {
444 typeof(object),
446 typeof(Binder),
447 typeof(object[]),
448 typeof(global::System.Globalization.CultureInfo)
449 }, ReturnType = typeof(object))]
450 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
451 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "CheckValue", MemberParameters = new object[]
452 {
453 typeof(object),
454 typeof(Binder),
455 typeof(global::System.Globalization.CultureInfo),
457 }, ReturnType = typeof(object))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
460 {
461 typeof(string),
462 typeof(string)
463 }, ReturnType = typeof(void))]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TargetParameterCountException), Member = ".ctor", ReturnType = typeof(void))]
465 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
466 internal static void ConvertValues(Binder binder, object[] args, ParameterInfo[] pinfo, global::System.Globalization.CultureInfo culture, BindingFlags invokeAttr)
467 {
468 throw null;
469 }
470
471 [global::Cpp2ILInjected.Token(Token = "0x17000547")]
472 public override global::System.RuntimeMethodHandle MethodHandle
473 {
474 [global::Cpp2ILInjected.Token(Token = "0x60025ED")]
475 [global::Cpp2ILInjected.Address(RVA = "0x1B8FB8C", Offset = "0x1B8FB8C", Length = "0x8")]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
477 get
478 {
479 throw null;
480 }
481 }
482
483 [global::Cpp2ILInjected.Token(Token = "0x17000548")]
485 {
486 [global::Cpp2ILInjected.Token(Token = "0x60025EE")]
487 [global::Cpp2ILInjected.Address(RVA = "0x1B8FB94", Offset = "0x1B8FB94", Length = "0x8")]
488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
489 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
490 get
491 {
492 throw null;
493 }
494 }
495
496 [global::Cpp2ILInjected.Token(Token = "0x17000549")]
498 {
499 [global::Cpp2ILInjected.Token(Token = "0x60025EF")]
500 [global::Cpp2ILInjected.Address(RVA = "0x1B8FB9C", Offset = "0x1B8FB9C", Length = "0x2C")]
501 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
502 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
503 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
504 get
505 {
506 throw null;
507 }
508 }
509
510 [global::Cpp2ILInjected.Token(Token = "0x1700054A")]
511 public override global::System.Type ReflectedType
512 {
513 [global::Cpp2ILInjected.Token(Token = "0x60025F0")]
514 [global::Cpp2ILInjected.Address(RVA = "0x1B8FBC8", Offset = "0x1B8FBC8", Length = "0x8")]
515 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
516 get
517 {
518 throw null;
519 }
520 }
521
522 [global::Cpp2ILInjected.Token(Token = "0x1700054B")]
523 public override global::System.Type DeclaringType
524 {
525 [global::Cpp2ILInjected.Token(Token = "0x60025F1")]
526 [global::Cpp2ILInjected.Address(RVA = "0x1B8FBD0", Offset = "0x1B8FBD0", Length = "0x2C")]
527 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
528 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
529 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
530 get
531 {
532 throw null;
533 }
534 }
535
536 [global::Cpp2ILInjected.Token(Token = "0x1700054C")]
537 public override string Name
538 {
539 [global::Cpp2ILInjected.Token(Token = "0x60025F2")]
540 [global::Cpp2ILInjected.Address(RVA = "0x1B8FBFC", Offset = "0x1B8FBFC", Length = "0x14")]
541 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
542 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
543 get
544 {
545 throw null;
546 }
547 }
548
549 [global::Cpp2ILInjected.Token(Token = "0x60025F3")]
550 [global::Cpp2ILInjected.Address(RVA = "0x1B8FC10", Offset = "0x1B8FC10", Length = "0x70")]
551 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
552 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "IsDefined", MemberParameters = new object[]
553 {
555 typeof(global::System.Type),
556 typeof(bool)
557 }, ReturnType = typeof(bool))]
558 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
559 public override bool IsDefined(global::System.Type attributeType, bool inherit)
560 {
561 throw null;
562 }
563
564 [global::Cpp2ILInjected.Token(Token = "0x60025F4")]
565 [global::Cpp2ILInjected.Address(RVA = "0x1B8FC80", Offset = "0x1B8FC80", Length = "0x68")]
566 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
567 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
568 {
570 typeof(bool)
571 }, ReturnType = typeof(object[]))]
572 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
573 public override object[] GetCustomAttributes(bool inherit)
574 {
575 throw null;
576 }
577
578 [global::Cpp2ILInjected.Token(Token = "0x60025F5")]
579 [global::Cpp2ILInjected.Address(RVA = "0x1B8FCE8", Offset = "0x1B8FCE8", Length = "0x70")]
580 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
581 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MonoCustomAttrs), Member = "GetCustomAttributes", MemberParameters = new object[]
582 {
584 typeof(global::System.Type),
585 typeof(bool)
586 }, ReturnType = typeof(object[]))]
587 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
588 public override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
589 {
590 throw null;
591 }
592
593 [global::Cpp2ILInjected.Token(Token = "0x60025F6")]
594 [global::Cpp2ILInjected.Address(RVA = "0x1B8FD58", Offset = "0x1B8FD58", Length = "0x4")]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.DllImportAttribute), Member = "GetCustomAttribute", MemberParameters = new object[] { typeof(RuntimeMethodInfo) }, ReturnType = typeof(global::System.Attribute))]
596 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
597 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
598 [MethodImpl(4096)]
599 internal extern void GetPInvoke(out PInvokeAttributes flags, out string entryPoint, out string dllName);
600
601 [global::Cpp2ILInjected.Token(Token = "0x60025F7")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1B8FD5C", Offset = "0x1B8FD5C", Length = "0x134")]
603 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
604 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributes", MemberParameters = new object[]
605 {
607 typeof(global::System.Type)
608 }, ReturnType = typeof(object[]))]
609 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.PreserveSigAttribute), Member = ".ctor", ReturnType = typeof(void))]
611 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.InteropServices.DllImportAttribute), Member = "GetCustomAttribute", MemberParameters = new object[] { typeof(RuntimeMethodInfo) }, ReturnType = typeof(global::System.Attribute))]
612 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
613 internal object[] GetPseudoCustomAttributes()
614 {
615 throw null;
616 }
617
618 [global::Cpp2ILInjected.Token(Token = "0x60025F8")]
619 [global::Cpp2ILInjected.Address(RVA = "0x1B8FE90", Offset = "0x1B8FE90", Length = "0x1A0")]
620 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MonoCustomAttrs), Member = "GetPseudoCustomAttributesData", MemberParameters = new object[]
622 {
624 typeof(global::System.Type)
625 }, ReturnType = typeof(CustomAttributeData[]))]
626 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
628 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(ConstructorInfo))]
629 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CustomAttributeData), Member = ".ctor", MemberParameters = new object[] { typeof(ConstructorInfo) }, ReturnType = typeof(void))]
630 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeMethodInfo), Member = "GetDllImportAttributeData", ReturnType = typeof(CustomAttributeData))]
631 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
633 {
634 throw null;
635 }
636
637 [global::Cpp2ILInjected.Token(Token = "0x60025F9")]
638 [global::Cpp2ILInjected.Address(RVA = "0x1B90030", Offset = "0x1B90030", Length = "0x650")]
639 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "GetPseudoCustomAttributesData", ReturnType = typeof(CustomAttributeData[]))]
641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CustomAttributeTypedArgument), Member = ".ctor", MemberParameters = new object[]
644 {
645 typeof(global::System.Type),
646 typeof(object)
647 }, ReturnType = typeof(void))]
648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetField", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(FieldInfo))]
649 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CustomAttributeNamedArgument), Member = ".ctor", MemberParameters = new object[]
650 {
652 typeof(object)
653 }, ReturnType = typeof(void))]
654 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetConstructor", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(ConstructorInfo))]
655 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CustomAttributeData), Member = ".ctor", MemberParameters = new object[]
656 {
657 typeof(ConstructorInfo),
658 typeof(global::System.Collections.Generic.IList<CustomAttributeTypedArgument>),
659 typeof(global::System.Collections.Generic.IList<CustomAttributeNamedArgument>)
660 }, ReturnType = typeof(void))]
661 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 34)]
663 {
664 throw null;
665 }
666
667 [global::Cpp2ILInjected.Token(Token = "0x60025FA")]
668 [global::Cpp2ILInjected.Address(RVA = "0x1B90680", Offset = "0x1B90680", Length = "0x318")]
669 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
670 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
672 {
673 typeof(global::System.Type),
674 typeof(global::System.Type)
675 }, ReturnType = typeof(bool))]
676 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
677 {
680 }, ReturnType = typeof(bool))]
681 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", ReturnType = typeof(void))]
682 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
683 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
684 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
685 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
686 {
687 typeof(string),
688 typeof(object),
689 typeof(object)
690 }, ReturnType = typeof(string))]
691 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
692 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
694 {
695 throw null;
696 }
697
698 [global::Cpp2ILInjected.Token(Token = "0x60025FB")]
699 [global::Cpp2ILInjected.Address(RVA = "0x1B90998", Offset = "0x1B90998", Length = "0x4")]
700 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
701 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
702 [MethodImpl(4096)]
703 private extern MethodInfo MakeGenericMethod_impl(global::System.Type[] types);
704
705 [global::Cpp2ILInjected.Token(Token = "0x60025FC")]
706 [global::Cpp2ILInjected.Address(RVA = "0x1B9099C", Offset = "0x1B9099C", Length = "0x4")]
707 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
708 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
709 [MethodImpl(4096)]
710 public override extern global::System.Type[] GetGenericArguments();
711
712 [global::Cpp2ILInjected.Token(Token = "0x60025FD")]
713 [global::Cpp2ILInjected.Address(RVA = "0x1B909A0", Offset = "0x1B909A0", Length = "0x4")]
714 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
715 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
716 [MethodImpl(4096)]
718
719 [global::Cpp2ILInjected.Token(Token = "0x60025FE")]
720 [global::Cpp2ILInjected.Address(RVA = "0x1B909A4", Offset = "0x1B909A4", Length = "0x5C")]
721 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
722 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MethodInfo), Member = "op_Equality", MemberParameters = new object[]
723 {
726 }, ReturnType = typeof(bool))]
727 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", ReturnType = typeof(void))]
728 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
730 {
731 throw null;
732 }
733
734 [global::Cpp2ILInjected.Token(Token = "0x1700054D")]
735 public override extern bool IsGenericMethodDefinition
736 {
737 [global::Cpp2ILInjected.Token(Token = "0x60025FF")]
738 [global::Cpp2ILInjected.Address(RVA = "0x1B90A00", Offset = "0x1B90A00", Length = "0x4")]
739 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
740 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
741 [MethodImpl(4096)]
742 get;
743 }
744
745 [global::Cpp2ILInjected.Token(Token = "0x1700054E")]
746 public override extern bool IsGenericMethod
747 {
748 [global::Cpp2ILInjected.Token(Token = "0x6002600")]
749 [global::Cpp2ILInjected.Address(RVA = "0x1B90A04", Offset = "0x1B90A04", Length = "0x4")]
750 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
751 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
752 [MethodImpl(4096)]
753 get;
754 }
755
756 [global::Cpp2ILInjected.Token(Token = "0x1700054F")]
757 public override bool ContainsGenericParameters
758 {
759 [global::Cpp2ILInjected.Token(Token = "0x6002601")]
760 [global::Cpp2ILInjected.Address(RVA = "0x1B90A08", Offset = "0x1B90A08", Length = "0xB8")]
761 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
762 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
763 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
764 get
765 {
766 throw null;
767 }
768 }
769
770 [global::Cpp2ILInjected.Token(Token = "0x6002602")]
771 [global::Cpp2ILInjected.Address(RVA = "0x1B90AC0", Offset = "0x1B90AC0", Length = "0x8")]
772 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
773 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
774 public override MethodBody GetMethodBody()
775 {
776 throw null;
777 }
778
779 [global::Cpp2ILInjected.Token(Token = "0x6002603")]
780 [global::Cpp2ILInjected.Address(RVA = "0x1B90AC8", Offset = "0x1B90AC8", Length = "0x8")]
781 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
782 private static int get_core_clr_security_level()
783 {
784 throw null;
785 }
786
787 [global::Cpp2ILInjected.Token(Token = "0x17000550")]
788 public override bool IsSecurityCritical
789 {
790 [global::Cpp2ILInjected.Token(Token = "0x6002604")]
791 [global::Cpp2ILInjected.Address(RVA = "0x1B90AD0", Offset = "0x1B90AD0", Length = "0x8")]
792 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
793 get
794 {
795 throw null;
796 }
797 }
798
799 [global::Cpp2ILInjected.Token(Token = "0x40014F2")]
800 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
801 internal global::System.IntPtr mhandle;
802
803 [global::Cpp2ILInjected.Token(Token = "0x40014F3")]
804 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
805 private string name;
806
807 [global::Cpp2ILInjected.Token(Token = "0x40014F4")]
808 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
809 private global::System.Type reftype;
810 }
811}
class f__AnonymousType0<< Count > j__TPar
void GetPInvoke(out PInvokeAttributes flags, out string entryPoint, out string dllName)
override global::System.RuntimeMethodHandle MethodHandle
CustomAttributeData[] GetPseudoCustomAttributesData()
static MethodBody GetMethodBodyInternal(global::System.IntPtr handle)
override global::System.Type ReturnType
override string FormatNameAndSig(bool serialization)
static RuntimeMethodInfo get_base_method(RuntimeMethodInfo method, bool definition)
override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
override global::System.Type[] GetGenericArguments()
override global::System.Delegate CreateDelegate(global::System.Type delegateType, object target)
override MethodAttributes Attributes
override object[] GetCustomAttributes(bool inherit)
override global::System.Type ReflectedType
override ParameterInfo[] GetParametersInternal()
static MethodBase GetMethodFromHandleInternalType_native(global::System.IntPtr method_handle, global::System.IntPtr type_handle, bool genericCheck)
CustomAttributeData GetDllImportAttributeData()
override global::System.Type DeclaringType
override ParameterInfo[] GetParameters()
global::System.RuntimeType ReflectedTypeInternal
MethodInfo MakeGenericMethod_impl(global::System.Type[] types)
static void ConvertValues(Binder binder, object[] args, ParameterInfo[] pinfo, global::System.Globalization.CultureInfo culture, BindingFlags invokeAttr)
object InternalInvoke(object obj, object[] parameters, out global::System.Exception exc)
static int get_metadata_token(RuntimeMethodInfo method)
static MethodBase GetMethodFromHandleNoGenericCheck(global::System.RuntimeMethodHandle handle)
override MethodInfo MakeGenericMethod(params global::System.Type[] methodInstantiation)
static MethodBody GetMethodBody(global::System.IntPtr handle)
static MethodBase GetMethodFromHandleInternalType(global::System.IntPtr method_handle, global::System.IntPtr type_handle)
override MethodImplAttributes GetMethodImplementationFlags()
override bool IsDefined(global::System.Type attributeType, bool inherit)
override MethodInfo GetGenericMethodDefinition()
static MethodBase GetMethodFromHandleNoGenericCheck(global::System.RuntimeMethodHandle handle, global::System.RuntimeTypeHandle reflectedType)
static string get_name(MethodBase method)
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override object Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, global::System.Globalization.CultureInfo culture)