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
TypeLoadException.cs
Go to the documentation of this file.
1using System;
9
10namespace System
11{
12 [global::System.Runtime.InteropServices.ComVisible(true)]
13 [global::Cpp2ILInjected.Token(Token = "0x2000160")]
14 [global::System.Serializable]
15 public class TypeLoadException : global::System.SystemException, global::System.Runtime.Serialization.ISerializable
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000E2E")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1C75A78", Offset = "0x1C75A78", Length = "0x60")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
21 {
22 typeof(global::System.Type),
23 typeof(int[])
24 }, ReturnType = typeof(global::System.Array))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "CreateInstance", MemberParameters = new object[]
26 {
27 typeof(global::System.Type),
28 typeof(int[]),
29 typeof(int[])
30 }, ReturnType = typeof(global::System.Array))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeGenericType", MemberParameters = new object[] { typeof(global::System.Type[]) }, ReturnType = typeof(global::System.Type))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "SetErrorCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000E2F")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1C75AD8", Offset = "0x1C75AD8", Length = "0x28")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DllNotFoundException), Member = ".ctor", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DllNotFoundException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.EntryPointNotFoundException), Member = ".ctor", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.EntryPointNotFoundException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeAccessException), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakeByRefType", ReturnType = typeof(global::System.Type))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "MakePointerType", ReturnType = typeof(global::System.Type))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeTypeHandle), Member = "GetTypeByName", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(bool),
55 typeof(bool),
56 typeof(bool),
57 typeof(ref global::System.Threading.StackCrawlMark),
58 typeof(bool)
59 }, ReturnType = typeof(global::System.RuntimeType))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeSpec), Member = "Resolve", MemberParameters = new object[]
61 {
64 typeof(bool),
65 typeof(bool),
66 typeof(ref global::System.Threading.StackCrawlMark)
67 }, ReturnType = typeof(global::System.Type))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.ComponentModel.PropertyTabAttribute", Member = "get_TabClasses", ReturnType = "System.Type[]")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "SetErrorCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
72 public TypeLoadException(string message)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x17000141")]
78 public override string Message
79 {
80 [global::Cpp2ILInjected.Token(Token = "0x6000E30")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1C75B00", Offset = "0x1C75B00", Length = "0x18")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = "SetMessageField", ReturnType = typeof(void))]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x6000E31")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1C75B18", Offset = "0x1C75B18", Length = "0xF0")]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = "get_Message", ReturnType = typeof(string))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[]
94 {
95 typeof(string),
96 typeof(string),
97 typeof(string),
98 typeof(int)
99 }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
103 {
104 typeof(global::System.IFormatProvider),
105 typeof(string),
106 typeof(object),
107 typeof(object),
108 typeof(object)
109 }, ReturnType = typeof(string))]
110 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
111 private void SetMessageField()
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x6000E32")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1C75C08", Offset = "0x1C75C08", Length = "0xC")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 private TypeLoadException(string className, string assemblyName)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x6000E33")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1C75C14", Offset = "0x1C75C14", Length = "0x60")]
126 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "SetErrorCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = "SetMessageField", ReturnType = typeof(void))]
131 private TypeLoadException(string className, string assemblyName, string messageArg, int resourceId)
132 {
133 throw null;
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x6000E34")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1C75C74", Offset = "0x1C75C74", Length = "0x144")]
138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DllNotFoundException), Member = ".ctor", MemberParameters = new object[]
139 {
140 typeof(global::System.Runtime.Serialization.SerializationInfo),
141 typeof(global::System.Runtime.Serialization.StreamingContext)
142 }, ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.EntryPointNotFoundException), Member = ".ctor", MemberParameters = new object[]
144 {
145 typeof(global::System.Runtime.Serialization.SerializationInfo),
146 typeof(global::System.Runtime.Serialization.StreamingContext)
147 }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeAccessException), Member = ".ctor", MemberParameters = new object[]
149 {
150 typeof(global::System.Runtime.Serialization.SerializationInfo),
151 typeof(global::System.Runtime.Serialization.StreamingContext)
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
155 {
156 typeof(global::System.Runtime.Serialization.SerializationInfo),
157 typeof(global::System.Runtime.Serialization.StreamingContext)
158 }, ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
163 protected TypeLoadException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
164 {
165 throw null;
166 }
167
168 [global::Cpp2ILInjected.Token(Token = "0x6000E35")]
169 [global::Cpp2ILInjected.Address(RVA = "0x1C75DB8", Offset = "0x1C75DB8", Length = "0x1D0")]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
172 {
173 typeof(global::System.Runtime.Serialization.SerializationInfo),
174 typeof(global::System.Runtime.Serialization.StreamingContext)
175 }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
178 {
179 typeof(string),
180 typeof(object),
181 typeof(global::System.Type)
182 }, ReturnType = typeof(void))]
183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
184 {
185 typeof(string),
186 typeof(int)
187 }, ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
190 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
191 {
192 throw null;
193 }
194
195 [global::Cpp2ILInjected.Token(Token = "0x40005D5")]
196 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
197 private string ClassName;
198
199 [global::Cpp2ILInjected.Token(Token = "0x40005D6")]
200 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
201 private string AssemblyName;
202
203 [global::Cpp2ILInjected.Token(Token = "0x40005D7")]
204 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
205 private string MessageArg;
206
207 [global::Cpp2ILInjected.Token(Token = "0x40005D8")]
208 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
209 internal int ResourceId;
210 }
211}
class f__AnonymousType0<< Count > j__TPar
TypeLoadException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
TypeLoadException(string message)
TypeLoadException(string className, string assemblyName)
TypeLoadException(string className, string assemblyName, string messageArg, int resourceId)
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)