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
LocalDataStoreSlot.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000142")]
10 public sealed class LocalDataStoreSlot
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000CBA")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C5C9C0", Offset = "0x1C5C9C0", Length = "0x40")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 internal LocalDataStoreSlot(global::System.LocalDataStoreMgr mgr, int slot, long cookie)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x1700011B")]
22 internal global::System.LocalDataStoreMgr Manager
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000CBB")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C5CA00", Offset = "0x1C5CA00", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700011C")]
34 internal int Slot
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x6000CBC")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1C5CA08", Offset = "0x1C5CA08", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x1700011D")]
46 internal long Cookie
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000CBD")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1C5CA10", Offset = "0x1C5CA10", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 get
52 {
53 throw null;
54 }
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6000CBE")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1C5CA18", Offset = "0x1C5CA18", Length = "0xAC")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.LocalDataStoreMgr), Member = "FreeDataSlot", MemberParameters = new object[]
62 {
63 typeof(int),
64 typeof(long)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
68 protected override void Finalize()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x40004EC")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
75 private global::System.LocalDataStoreMgr m_mgr;
76
77 [global::Cpp2ILInjected.Token(Token = "0x40004ED")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
79 private int m_slot;
80
81 [global::Cpp2ILInjected.Token(Token = "0x40004EE")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
83 private long m_cookie;
84 }
85}
class f__AnonymousType0<< Count > j__TPar
global::System.LocalDataStoreMgr Manager
LocalDataStoreSlot(global::System.LocalDataStoreMgr mgr, int slot, long cookie)
global::System.LocalDataStoreMgr m_mgr