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
LifetimeServices.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting.Lifetime
5
{
6
// Token: 0x02000364 RID: 868
7
[
ComVisible
(
true
)]
8
public
sealed
class
LifetimeServices
9
{
10
// Token: 0x06001CD1 RID: 7377 RVA: 0x0003EDD8 File Offset: 0x0003CFD8
11
static
LifetimeServices
()
12
{
13
}
14
15
// Token: 0x17000358 RID: 856
16
// (get) Token: 0x06001CD2 RID: 7378 RVA: 0x0003EDF0 File Offset: 0x0003CFF0
17
// (set) Token: 0x06001CD3 RID: 7379 RVA: 0x0003EE04 File Offset: 0x0003D004
18
public
static
TimeSpan
LeaseManagerPollTime
19
{
20
get
21
{
22
if
(!
true
)
23
{
24
}
25
return
1;
26
}
27
set
28
{
29
if
(!
true
)
30
{
31
}
32
}
33
}
34
35
// Token: 0x17000359 RID: 857
36
// (get) Token: 0x06001CD4 RID: 7380 RVA: 0x0003EE14 File Offset: 0x0003D014
37
// (set) Token: 0x06001CD5 RID: 7381 RVA: 0x0003EE28 File Offset: 0x0003D028
38
public
static
TimeSpan
LeaseTime
39
{
40
get
41
{
42
if
(!
true
)
43
{
44
}
45
return
1;
46
}
47
set
48
{
49
if
(!
true
)
50
{
51
}
52
}
53
}
54
55
// Token: 0x1700035A RID: 858
56
// (get) Token: 0x06001CD6 RID: 7382 RVA: 0x0003EE38 File Offset: 0x0003D038
57
// (set) Token: 0x06001CD7 RID: 7383 RVA: 0x0003EE4C File Offset: 0x0003D04C
58
public
static
TimeSpan
RenewOnCallTime
59
{
60
get
61
{
62
if
(!
true
)
63
{
64
}
65
return
1;
66
}
67
set
68
{
69
if
(!
true
)
70
{
71
}
72
}
73
}
74
75
// Token: 0x1700035B RID: 859
76
// (get) Token: 0x06001CD8 RID: 7384 RVA: 0x0003EE5C File Offset: 0x0003D05C
77
// (set) Token: 0x06001CD9 RID: 7385 RVA: 0x0003EE70 File Offset: 0x0003D070
78
public
static
TimeSpan
SponsorshipTimeout
79
{
80
get
81
{
82
if
(!
true
)
83
{
84
}
85
return
1;
86
}
87
set
88
{
89
if
(!
true
)
90
{
91
}
92
}
93
}
94
95
// Token: 0x06001CDA RID: 7386 RVA: 0x0003EE80 File Offset: 0x0003D080
96
internal
static
void
TrackLifetime
(
ServerIdentity
identity)
97
{
98
if
(!
true
)
99
{
100
}
101
}
102
103
// Token: 0x04000E9C RID: 3740
104
private
static
TimeSpan
_leaseManagerPollTime
;
105
106
// Token: 0x04000E9D RID: 3741
107
private
static
TimeSpan
_leaseTime
;
108
109
// Token: 0x04000E9E RID: 3742
110
private
static
TimeSpan
_renewOnCallTime
;
111
112
// Token: 0x04000E9F RID: 3743
113
private
static
TimeSpan
_sponsorshipTimeout
;
114
115
// Token: 0x04000EA0 RID: 3744
116
private
static
LeaseManager
_leaseManager
;
117
}
118
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Remoting.Lifetime.LeaseManager
Definition
LeaseManager.cs:9
System.Runtime.Remoting.Lifetime.LifetimeServices._leaseManagerPollTime
static TimeSpan _leaseManagerPollTime
Definition
LifetimeServices.cs:104
System.Runtime.Remoting.Lifetime.LifetimeServices.SponsorshipTimeout
static TimeSpan SponsorshipTimeout
Definition
LifetimeServices.cs:79
System.Runtime.Remoting.Lifetime.LifetimeServices._sponsorshipTimeout
static TimeSpan _sponsorshipTimeout
Definition
LifetimeServices.cs:113
System.Runtime.Remoting.Lifetime.LifetimeServices._leaseTime
static TimeSpan _leaseTime
Definition
LifetimeServices.cs:107
System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseTime
static TimeSpan LeaseTime
Definition
LifetimeServices.cs:39
System.Runtime.Remoting.Lifetime.LifetimeServices._renewOnCallTime
static TimeSpan _renewOnCallTime
Definition
LifetimeServices.cs:110
System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseManagerPollTime
static TimeSpan LeaseManagerPollTime
Definition
LifetimeServices.cs:19
System.Runtime.Remoting.Lifetime.LifetimeServices.LifetimeServices
static LifetimeServices()
Definition
LifetimeServices.cs:11
System.Runtime.Remoting.Lifetime.LifetimeServices.TrackLifetime
static void TrackLifetime(ServerIdentity identity)
Definition
LifetimeServices.cs:96
System.Runtime.Remoting.Lifetime.LifetimeServices.RenewOnCallTime
static TimeSpan RenewOnCallTime
Definition
LifetimeServices.cs:59
System.Runtime.Remoting.Lifetime.LifetimeServices._leaseManager
static LeaseManager _leaseManager
Definition
LifetimeServices.cs:116
System.Runtime.Remoting.Lifetime.LifetimeServices
Definition
LifetimeServices.cs:9
System.Runtime.Remoting.ServerIdentity
Definition
ServerIdentity.cs:11
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Lifetime
Definition
ILease.cs:5
System
Definition
__ComObject.cs:4
System.TimeSpan
Definition
TimeSpan.cs:10
source
mscorlib
System
Runtime
Remoting
Lifetime
LifetimeServices.cs
Generated by
1.10.0