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
LocalDataStoreElement.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000140")]
8 internal sealed class LocalDataStoreElement
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000CB0")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1C5C3E8", Offset = "0x1C5C3E8", Length = "0x28")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public LocalDataStoreElement(long cookie)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x17000119")]
20 public object Value
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000CB1")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C5C410", Offset = "0x1C5C410", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 get
26 {
27 throw null;
28 }
29 [global::Cpp2ILInjected.Token(Token = "0x6000CB2")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1C5C418", Offset = "0x1C5C418", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 set
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x1700011A")]
39 public long Cookie
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x6000CB3")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1C5C420", Offset = "0x1C5C420", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 get
45 {
46 throw null;
47 }
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x40004E8")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
52 private object m_value;
53
54 [global::Cpp2ILInjected.Token(Token = "0x40004E9")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
56 private long m_cookie;
57 }
58}
class f__AnonymousType0<< Count > j__TPar