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
MonoMethodInfo.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Reflection
6{
7 // Token: 0x0200050D RID: 1293
8 internal struct MonoMethodInfo
9 {
10 // Token: 0x060025C2 RID: 9666 RVA: 0x000530E4 File Offset: 0x000512E4
11 private static void get_method_info(IntPtr handle, [Out] MonoMethodInfo info)
12 {
13 }
14
15 // Token: 0x060025C3 RID: 9667 RVA: 0x0000207A File Offset: 0x0000027A
16 private static int get_method_attributes(IntPtr handle)
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x060025C4 RID: 9668 RVA: 0x000530F4 File Offset: 0x000512F4
22 internal static MonoMethodInfo GetMethodInfo(IntPtr handle)
23 {
25 return monoMethodInfo;
26 }
27
28 // Token: 0x060025C5 RID: 9669 RVA: 0x0000207A File Offset: 0x0000027A
29 internal static Type GetDeclaringType(IntPtr handle)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x060025C6 RID: 9670 RVA: 0x0000207A File Offset: 0x0000027A
35 internal static Type GetReturnType(IntPtr handle)
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39
40 // Token: 0x060025C7 RID: 9671 RVA: 0x0000207A File Offset: 0x0000027A
41 internal static MethodAttributes GetAttributes(IntPtr handle)
42 {
43 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
44 }
45
46 // Token: 0x060025C8 RID: 9672 RVA: 0x0000207A File Offset: 0x0000027A
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x060025C9 RID: 9673 RVA: 0x0000207A File Offset: 0x0000027A
54 {
55 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
56 }
57
58 // Token: 0x060025CA RID: 9674 RVA: 0x0000207A File Offset: 0x0000027A
60 {
61 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
62 }
63
64 // Token: 0x060025CB RID: 9675 RVA: 0x0000207A File Offset: 0x0000027A
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69
70 // Token: 0x060025CC RID: 9676 RVA: 0x0000207A File Offset: 0x0000027A
72 {
73 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
74 }
75
76 // Token: 0x060025CD RID: 9677 RVA: 0x00053104 File Offset: 0x00051304
82
83 // Token: 0x040014ED RID: 5357
84 private Type parent;
85
86 // Token: 0x040014EE RID: 5358
87 private Type ret;
88
89 // Token: 0x040014EF RID: 5359
91
92 // Token: 0x040014F0 RID: 5360
94
95 // Token: 0x040014F1 RID: 5361
97 }
98}
class f__AnonymousType0<< Count > j__TPar
static MonoMethodInfo GetMethodInfo(IntPtr handle)
static ParameterInfo[] get_parameter_info(IntPtr handle, MemberInfo member)
static MethodImplAttributes GetMethodImplementationFlags(IntPtr handle)
static ParameterInfo[] GetParametersInfo(IntPtr handle, MemberInfo member)
static Type GetDeclaringType(IntPtr handle)
static MethodAttributes GetAttributes(IntPtr handle)
static int get_method_attributes(IntPtr handle)
static Type GetReturnType(IntPtr handle)
static CallingConventions GetCallingConvention(IntPtr handle)
static void get_method_info(IntPtr handle, [Out] MonoMethodInfo info)
static MarshalAsAttribute get_retval_marshal(IntPtr handle)
static ParameterInfo GetReturnParameterInfo(RuntimeMethodInfo method)