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
InterlockedGate.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Net
5
{
6
// Token: 0x020001A2 RID: 418
7
internal
struct
InterlockedGate
8
{
9
// Token: 0x06000A83 RID: 2691 RVA: 0x000234A4 File Offset: 0x000216A4
10
internal
void
Reset
()
11
{
12
}
13
14
// Token: 0x06000A84 RID: 2692 RVA: 0x00002050 File Offset: 0x00000250
15
internal
bool
Trigger
(
bool
exclusive
)
16
{
17
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
18
}
19
20
// Token: 0x06000A85 RID: 2693 RVA: 0x00002050 File Offset: 0x00000250
21
internal
bool
StartTriggering
(
bool
exclusive
)
22
{
23
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
24
}
25
26
// Token: 0x06000A86 RID: 2694 RVA: 0x000234B4 File Offset: 0x000216B4
27
internal
void
FinishTriggering
()
28
{
29
}
30
31
// Token: 0x06000A87 RID: 2695 RVA: 0x00002050 File Offset: 0x00000250
32
internal
bool
StartSignaling
(
bool
exclusive
)
33
{
34
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
35
}
36
37
// Token: 0x06000A88 RID: 2696 RVA: 0x000234C4 File Offset: 0x000216C4
38
internal
void
FinishSignaling
()
39
{
40
}
41
42
// Token: 0x06000A89 RID: 2697 RVA: 0x00002050 File Offset: 0x00000250
43
internal
bool
Complete
()
44
{
45
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
46
}
47
48
// Token: 0x0400085C RID: 2140
49
private
int
m_State
;
50
51
// Token: 0x0400085D RID: 2141
52
internal
const
int
Open
= 0;
53
54
// Token: 0x0400085E RID: 2142
55
internal
const
int
Triggering
= 1;
56
57
// Token: 0x0400085F RID: 2143
58
internal
const
int
Triggered
= 2;
59
60
// Token: 0x04000860 RID: 2144
61
internal
const
int
Signaling
= 3;
62
63
// Token: 0x04000861 RID: 2145
64
internal
const
int
Signaled
= 4;
65
66
// Token: 0x04000862 RID: 2146
67
internal
const
int
Completed
= 5;
68
}
69
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
System.Net.InterlockedGate.Open
const int Open
Definition
InterlockedGate.cs:52
System.Net.InterlockedGate.FinishTriggering
void FinishTriggering()
Definition
InterlockedGate.cs:27
System.Net.InterlockedGate.Triggered
const int Triggered
Definition
InterlockedGate.cs:58
System.Net.InterlockedGate.StartTriggering
bool StartTriggering(bool exclusive)
Definition
InterlockedGate.cs:21
System.Net.InterlockedGate.Complete
bool Complete()
Definition
InterlockedGate.cs:43
System.Net.InterlockedGate.Trigger
bool Trigger(bool exclusive)
Definition
InterlockedGate.cs:15
System.Net.InterlockedGate.Reset
void Reset()
Definition
InterlockedGate.cs:10
System.Net.InterlockedGate.FinishSignaling
void FinishSignaling()
Definition
InterlockedGate.cs:38
System.Net.InterlockedGate.Completed
const int Completed
Definition
InterlockedGate.cs:67
System.Net.InterlockedGate.m_State
int m_State
Definition
InterlockedGate.cs:49
System.Net.InterlockedGate.Signaled
const int Signaled
Definition
InterlockedGate.cs:64
System.Net.InterlockedGate.Triggering
const int Triggering
Definition
InterlockedGate.cs:55
System.Net.InterlockedGate.StartSignaling
bool StartSignaling(bool exclusive)
Definition
InterlockedGate.cs:32
System.Net.InterlockedGate.Signaling
const int Signaling
Definition
InterlockedGate.cs:61
System.Net.InterlockedGate
Definition
InterlockedGate.cs:8
source
System
Net
InterlockedGate.cs
Generated by
1.10.0