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
FieldAccessException.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000A7")]
11 [global::System.Serializable]
12 public class FieldAccessException : global::System.MemberAccessException
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600067B")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C1EF78", Offset = "0x1C1EF78", 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 = "0x600067C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C1EFD4", Offset = "0x1C1EFD4", Length = "0x24")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.ObjectData.TileObjectData", Member = "WriteCheck", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeFieldInfo), Member = "SetValue", MemberParameters = new object[]
30 {
31 typeof(object),
32 typeof(object),
33 typeof(global::System.Reflection.BindingFlags),
34 typeof(global::System.Reflection.Binder),
35 typeof(global::System.Globalization.CultureInfo)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MemberAccessException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 public FieldAccessException(string message)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600067D")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C1EFF8", Offset = "0x1C1EFF8", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.MemberAccessException), Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(global::System.Runtime.Serialization.SerializationInfo),
50 typeof(global::System.Runtime.Serialization.StreamingContext)
51 }, ReturnType = typeof(void))]
52 protected FieldAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
53 {
54 throw null;
55 }
56 }
57}
class f__AnonymousType0<< Count > j__TPar
FieldAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)