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
SerializationEntry.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003C9")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001ECB")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B50AB4", Offset = "0x1B50AB4", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 internal SerializationEntry(string entryName, object entryValue, global::System.Type entryType)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x1700040A")]
19 public object Value
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x6001ECC")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B50AC0", Offset = "0x1B50AC0", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x1700040B")]
31 public string Name
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x6001ECD")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1B50AC8", Offset = "0x1B50AC8", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 get
37 {
38 throw null;
39 }
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x4000F76")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
44 private readonly string _name;
45
46 [global::Cpp2ILInjected.Token(Token = "0x4000F77")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
48 private readonly object _value;
49
50 [global::Cpp2ILInjected.Token(Token = "0x4000F78")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
52 private readonly global::System.Type _type;
53 }
54}
class f__AnonymousType0<< Count > j__TPar
SerializationEntry(string entryName, object entryValue, global::System.Type entryType)