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
MissingMethodException.cs
Go to the documentation of this file.
1using System;
9
10namespace System
11{
12 [global::Cpp2ILInjected.Token(Token = "0x20000DD")]
13 [global::System.Serializable]
14 public class MissingMethodException : global::System.MissingMemberException
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600083A")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1C373C4", Offset = "0x1C373C4", Length = "0x5C")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600083B")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1C37420", Offset = "0x1C37420", Length = "0x24")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Activator), Member = "CreateInstance", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToMethod", MemberParameters = new object[]
32 {
33 typeof(global::System.Reflection.BindingFlags),
34 typeof(global::System.Reflection.MethodBase[]),
35 typeof(ref object[]),
36 typeof(global::System.Reflection.ParameterModifier[]),
37 typeof(global::System.Globalization.CultureInfo),
38 typeof(string[]),
39 typeof(ref object)
40 }, ReturnType = typeof(global::System.Reflection.MethodBase))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceImpl", MemberParameters = new object[]
42 {
43 typeof(global::System.Reflection.BindingFlags),
44 typeof(global::System.Reflection.Binder),
45 typeof(object[]),
46 typeof(global::System.Globalization.CultureInfo),
47 typeof(object[]),
48 typeof(ref global::System.Threading.StackCrawlMark)
49 }, ReturnType = typeof(object))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
51 {
52 typeof(bool),
53 typeof(bool)
54 }, ReturnType = typeof(object))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
57 public MissingMethodException(string message)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600083C")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1C37444", Offset = "0x1C37444", Length = "0x2C")]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(global::System.Reflection.BindingFlags),
68 typeof(global::System.Reflection.Binder),
69 typeof(object),
70 typeof(object[]),
71 typeof(global::System.Reflection.ParameterModifier[]),
72 typeof(global::System.Globalization.CultureInfo),
73 typeof(string[])
74 }, ReturnType = typeof(object))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "CreateInstanceMono", MemberParameters = new object[]
76 {
77 typeof(bool),
78 typeof(bool)
79 }, ReturnType = typeof(object))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "LoadRemoteFieldNew", MemberParameters = new object[]
81 {
82 typeof(global::System.IntPtr),
83 typeof(global::System.IntPtr)
84 }, ReturnType = typeof(object))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.Proxies.TransparentProxy), Member = "StoreRemoteField", MemberParameters = new object[]
86 {
87 typeof(global::System.IntPtr),
88 typeof(global::System.IntPtr),
89 typeof(object)
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = ".ctor", ReturnType = typeof(void))]
93 public MissingMethodException(string className, string methodName)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x600083D")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1C37470", Offset = "0x1C37470", Length = "0x8")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[]
102 {
103 typeof(global::System.Runtime.Serialization.SerializationInfo),
104 typeof(global::System.Runtime.Serialization.StreamingContext)
105 }, ReturnType = typeof(void))]
106 protected MissingMethodException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x17000092")]
112 public override string Message
113 {
114 [global::Cpp2ILInjected.Token(Token = "0x600083E")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1C37478", Offset = "0x1C37478", Length = "0x12C")]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
118 {
119 typeof(string),
120 typeof(string)
121 }, ReturnType = typeof(string))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = "get_Message", ReturnType = typeof(string))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
124 {
125 typeof(string),
126 typeof(string),
127 typeof(string),
128 typeof(string)
129 }, ReturnType = typeof(string))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
131 {
132 typeof(string),
133 typeof(object)
134 }, ReturnType = typeof(string))]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
136 get
137 {
138 throw null;
139 }
140 }
141 }
142}
class f__AnonymousType0<< Count > j__TPar
MissingMethodException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
MissingMethodException(string className, string methodName)