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
ReflectionTypeLoadException.cs
Go to the documentation of this file.
1using System;
4using System.Text;
7
8namespace System.Reflection
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20004E9")]
11 [global::System.Serializable]
12 public sealed class ReflectionTypeLoadException : global::System.SystemException, global::System.Runtime.Serialization.ISerializable
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600242C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B83FBC", Offset = "0x1B83FBC", Length = "0x3C")]
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 public ReflectionTypeLoadException(global::System.Type[] classes, global::System.Exception[] exceptions)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600242D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B83FF8", Offset = "0x1B83FF8", Length = "0x130")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
28 {
29 typeof(global::System.Runtime.Serialization.SerializationInfo),
30 typeof(global::System.Runtime.Serialization.StreamingContext)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
34 {
35 typeof(string),
36 typeof(global::System.Type)
37 }, ReturnType = typeof(object))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
39 private ReflectionTypeLoadException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600242E")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B84128", Offset = "0x1B84128", Length = "0x128")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
48 {
49 typeof(global::System.Runtime.Serialization.SerializationInfo),
50 typeof(global::System.Runtime.Serialization.StreamingContext)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
54 {
55 typeof(string),
56 typeof(object),
57 typeof(global::System.Type)
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
60 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x170004D1")]
66 public global::System.Exception[] LoaderExceptions
67 {
68 [global::System.Runtime.CompilerServices.CompilerGenerated]
69 [global::Cpp2ILInjected.Token(Token = "0x600242F")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1B84250", Offset = "0x1B84250", Length = "0x8")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 get
73 {
74 throw null;
75 }
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x170004D2")]
79 public override string Message
80 {
81 [global::Cpp2ILInjected.Token(Token = "0x6002430")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1B84258", Offset = "0x1B84258", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 get
85 {
86 throw null;
87 }
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x6002431")]
91 [global::Cpp2ILInjected.Address(RVA = "0x1B84380", Offset = "0x1B84380", Length = "0x8")]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReflectionTypeLoadException), Member = "CreateString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
94 public override string ToString()
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6002432")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1B84260", Offset = "0x1B84260", Length = "0x120")]
101 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReflectionTypeLoadException), Member = "ToString", ReturnType = typeof(string))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "get_Message", ReturnType = typeof(string))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "ToString", ReturnType = typeof(string))]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "AppendLine", ReturnType = typeof(global::System.Text.StringBuilder))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
110 private string CreateString(bool isMessage)
111 {
112 throw null;
113 }
114
115 [global::System.Runtime.CompilerServices.CompilerGenerated]
116 [global::Cpp2ILInjected.Token(Token = "0x4001412")]
117 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
118 private readonly global::System.Type[] <Types>k__BackingField;
119
120 [global::System.Runtime.CompilerServices.CompilerGenerated]
121 [global::Cpp2ILInjected.Token(Token = "0x4001413")]
122 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
123 private readonly global::System.Exception[] <LoaderExceptions>k__BackingField;
124 }
125}
class f__AnonymousType0<< Count > j__TPar
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
readonly global::System.Type[]< Types > k__BackingField
ReflectionTypeLoadException(global::System.Type[] classes, global::System.Exception[] exceptions)
ReflectionTypeLoadException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
readonly global::System.Exception[]< LoaderExceptions > k__BackingField