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
MemberAccessException.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000D7")]
11 [global::System.Serializable]
12 public class MemberAccessException : global::System.SystemException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000810")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C36890", Offset = "0x1C36890", 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 = "0x6000811")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C368EC", Offset = "0x1C368EC", Length = "0x24")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.FieldAccessException), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.FieldAccessException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingFieldException), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingFieldException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeConstructorInfo), Member = "DoInvoke", MemberParameters = new object[]
35 {
36 typeof(object),
37 typeof(global::System.Reflection.BindingFlags),
38 typeof(global::System.Reflection.Binder),
39 typeof(object[]),
40 typeof(global::System.Globalization.CultureInfo)
41 }, ReturnType = typeof(object))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
44 public MemberAccessException(string message)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000812")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1C36910", Offset = "0x1C36910", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.FieldAccessException), Member = ".ctor", MemberParameters = new object[]
52 {
53 typeof(global::System.Runtime.Serialization.SerializationInfo),
54 typeof(global::System.Runtime.Serialization.StreamingContext)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.MissingMemberException), Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(global::System.Runtime.Serialization.SerializationInfo),
59 typeof(global::System.Runtime.Serialization.StreamingContext)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
63 {
64 typeof(global::System.Runtime.Serialization.SerializationInfo),
65 typeof(global::System.Runtime.Serialization.StreamingContext)
66 }, ReturnType = typeof(void))]
67 protected MemberAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
68 {
69 throw null;
70 }
71 }
72}
class f__AnonymousType0<< Count > j__TPar
MemberAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)