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
MissingFieldException.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000131")]
11 [global::System.Serializable]
12 public class MissingFieldException : global::System.MissingMemberException, global::System.Runtime.Serialization.ISerializable
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000BD9")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C56654", Offset = "0x1C56654", Length = "0x5C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MemberAccessException), 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 = "0x6000BDA")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C566D4", Offset = "0x1C566D4", Length = "0x24")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DefaultBinder), Member = "BindToField", MemberParameters = new object[]
29 {
30 typeof(global::System.Reflection.BindingFlags),
31 typeof(global::System.Reflection.FieldInfo[]),
32 typeof(object),
33 typeof(global::System.Globalization.CultureInfo)
34 }, ReturnType = typeof(global::System.Reflection.FieldInfo))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MemberAccessException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
37 public MissingFieldException(string message)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000BDB")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C566F8", Offset = "0x1C566F8", Length = "0x28")]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.RuntimeType), Member = "InvokeMember", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(global::System.Reflection.BindingFlags),
48 typeof(global::System.Reflection.Binder),
49 typeof(object),
50 typeof(object[]),
51 typeof(global::System.Reflection.ParameterModifier[]),
52 typeof(global::System.Globalization.CultureInfo),
53 typeof(string[])
54 }, ReturnType = typeof(object))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MissingMemberException), Member = ".ctor", ReturnType = typeof(void))]
57 public MissingFieldException(string className, string fieldName)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6000BDC")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1C5677C", Offset = "0x1C5677C", Length = "0x4")]
64 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 protected MissingFieldException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x17000106")]
72 public override string Message
73 {
74 [global::Cpp2ILInjected.Token(Token = "0x6000BDD")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1C56904", Offset = "0x1C56904", Length = "0x114")]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
78 {
79 typeof(string),
80 typeof(string)
81 }, ReturnType = typeof(string))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
83 {
84 typeof(string),
85 typeof(string),
86 typeof(string),
87 typeof(string)
88 }, ReturnType = typeof(string))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
90 {
91 typeof(string),
92 typeof(object)
93 }, ReturnType = typeof(string))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
95 get
96 {
97 throw null;
98 }
99 }
100 }
101}
class f__AnonymousType0<< Count > j__TPar
MissingFieldException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
MissingFieldException(string className, string fieldName)