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
BadImageFormatException.cs
Go to the documentation of this file.
1using System;
2using System.IO;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200008F")]
11 [global::System.Serializable]
12 public class BadImageFormatException : global::System.SystemException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600040C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1BB66A4", Offset = "0x1BB66A4", Length = "0x5C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x600040D")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1BB6700", Offset = "0x1BB6700", Length = "0x24")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "SkipString", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "CompareStringEqualsName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "AllocateStringForNameIndex", MemberParameters = new object[]
31 {
32 typeof(int),
33 typeof(ref int)
34 }, ReturnType = typeof(string))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_LoadObjectV2", MemberParameters = new object[]
36 {
37 typeof(int),
38 typeof(ref global::System.Resources.ResourceTypeCode)
39 }, ReturnType = typeof(object))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "DeserializeObject", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "_ReadResources", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "FindType", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.RuntimeType))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
45 public BadImageFormatException(string message)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600040E")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1BB6724", Offset = "0x1BB6724", Length = "0x24")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "LoadObjectV1", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(object))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "LoadObjectV2", MemberParameters = new object[]
55 {
56 typeof(int),
57 typeof(ref global::System.Resources.ResourceTypeCode)
58 }, ReturnType = typeof(object))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Resources.ResourceReader), Member = "ReadResources", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(global::System.Exception)
65 }, ReturnType = typeof(void))]
66 public BadImageFormatException(string message, global::System.Exception inner)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x600040F")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1BB6748", Offset = "0x1BB6748", Length = "0x34")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
76 public BadImageFormatException(string message, string fileName)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000410")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1BB677C", Offset = "0x1BB677C", Length = "0xB0")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
85 {
86 typeof(global::System.Runtime.Serialization.SerializationInfo),
87 typeof(global::System.Runtime.Serialization.StreamingContext)
88 }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
91 protected BadImageFormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x6000411")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1BB682C", Offset = "0x1BB682C", Length = "0x118")]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
100 {
101 typeof(global::System.Runtime.Serialization.SerializationInfo),
102 typeof(global::System.Runtime.Serialization.StreamingContext)
103 }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
106 {
107 typeof(string),
108 typeof(object),
109 typeof(global::System.Type)
110 }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
112 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x17000065")]
118 public override string Message
119 {
120 [global::Cpp2ILInjected.Token(Token = "0x6000412")]
121 [global::Cpp2ILInjected.Address(RVA = "0x1BB6944", Offset = "0x1BB6944", Length = "0x18")]
122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.BadImageFormatException), Member = "SetMessageField", ReturnType = typeof(void))]
124 get
125 {
126 throw null;
127 }
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x6000413")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1BB695C", Offset = "0x1BB695C", Length = "0x7C")]
132 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.BadImageFormatException), Member = "get_Message", ReturnType = typeof(string))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.FileLoadException), Member = "FormatFileLoadExceptionMessage", MemberParameters = new object[]
136 {
137 typeof(string),
138 typeof(int)
139 }, ReturnType = typeof(string))]
140 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
141 private void SetMessageField()
142 {
143 throw null;
144 }
145
146 [global::Cpp2ILInjected.Token(Token = "0x6000414")]
147 [global::Cpp2ILInjected.Address(RVA = "0x1BB69D8", Offset = "0x1BB69D8", Length = "0x1DC")]
148 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetType", ReturnType = typeof(global::System.Type))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
152 {
153 typeof(string),
154 typeof(string),
155 typeof(string)
156 }, ReturnType = typeof(string))]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "get_NewLine", ReturnType = typeof(string))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
159 {
160 typeof(string),
161 typeof(object)
162 }, ReturnType = typeof(string))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
164 {
165 typeof(string),
166 typeof(string)
167 }, ReturnType = typeof(string))]
168 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
169 public override string ToString()
170 {
171 throw null;
172 }
173
174 [global::Cpp2ILInjected.Token(Token = "0x40001FB")]
175 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
176 private string _fileName;
177
178 [global::Cpp2ILInjected.Token(Token = "0x40001FC")]
179 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
180 private string _fusionLog;
181 }
182}
class f__AnonymousType0<< Count > j__TPar
BadImageFormatException(string message, global::System.Exception inner)
BadImageFormatException(string message, string fileName)
BadImageFormatException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)