terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
LocalDataStoreSlot.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System
5
{
6
// Token: 0x02000142 RID: 322
7
[
ComVisible
(
true
)]
8
public
sealed
class
LocalDataStoreSlot
9
{
10
// Token: 0x06000CBA RID: 3258 RVA: 0x0001BB10 File Offset: 0x00019D10
11
internal
LocalDataStoreSlot
(
LocalDataStoreMgr
mgr
,
int
slot
,
long
cookie)
12
{
13
this.m_mgr
=
mgr
;
14
this.m_slot
=
slot
;
15
this.m_cookie
= cookie;
16
}
17
18
// Token: 0x1700011B RID: 283
19
// (get) Token: 0x06000CBB RID: 3259 RVA: 0x0001BB38 File Offset: 0x00019D38
20
internal
LocalDataStoreMgr
Manager
21
{
22
get
23
{
24
return
this.
m_mgr
;
25
}
26
}
27
28
// Token: 0x1700011C RID: 284
29
// (get) Token: 0x06000CBC RID: 3260 RVA: 0x0001BB4C File Offset: 0x00019D4C
30
internal
int
Slot
31
{
32
get
33
{
34
return
this.
m_slot
;
35
}
36
}
37
38
// Token: 0x1700011D RID: 285
39
// (get) Token: 0x06000CBD RID: 3261 RVA: 0x0001BB60 File Offset: 0x00019D60
40
internal
long
Cookie
41
{
42
get
43
{
44
return
this.
m_cookie
;
45
}
46
}
47
48
// Token: 0x06000CBE RID: 3262 RVA: 0x0001BB74 File Offset: 0x00019D74
49
protected
override
void
Finalize
()
50
{
51
LocalDataStoreMgr
mgr
= this.
m_mgr
;
52
if
(mgr !=
null
)
53
{
54
int
slot
= this.
m_slot
;
55
long
cookie = this.
m_cookie
;
56
mgr.
FreeDataSlot
(
slot
, cookie);
57
}
58
base
.Finalize();
59
}
60
61
// Token: 0x040004EC RID: 1260
62
private
LocalDataStoreMgr
m_mgr
;
63
64
// Token: 0x040004ED RID: 1261
65
private
int
m_slot
;
66
67
// Token: 0x040004EE RID: 1262
68
private
long
m_cookie
;
69
}
70
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.LocalDataStoreMgr.FreeDataSlot
void FreeDataSlot(int slot, long cookie)
Definition
LocalDataStoreMgr.cs:101
System.LocalDataStoreMgr
Definition
LocalDataStoreMgr.cs:11
System.LocalDataStoreSlot.LocalDataStoreSlot
LocalDataStoreSlot(LocalDataStoreMgr mgr, int slot, long cookie)
Definition
LocalDataStoreSlot.cs:11
System.LocalDataStoreSlot.Manager
LocalDataStoreMgr Manager
Definition
LocalDataStoreSlot.cs:21
System.LocalDataStoreSlot.m_mgr
LocalDataStoreMgr m_mgr
Definition
LocalDataStoreSlot.cs:62
System.LocalDataStoreSlot.Cookie
long Cookie
Definition
LocalDataStoreSlot.cs:41
System.LocalDataStoreSlot.m_slot
int m_slot
Definition
LocalDataStoreSlot.cs:65
System.LocalDataStoreSlot.Finalize
override void Finalize()
Definition
LocalDataStoreSlot.cs:49
System.LocalDataStoreSlot.m_cookie
long m_cookie
Definition
LocalDataStoreSlot.cs:68
System.LocalDataStoreSlot.Slot
int Slot
Definition
LocalDataStoreSlot.cs:31
System.LocalDataStoreSlot
Definition
LocalDataStoreSlot.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
LocalDataStoreSlot.cs
Generated by
1.10.0