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.
1using System;
3
4namespace 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}
class f__AnonymousType0<< Count > j__TPar
bool StartTriggering(bool exclusive)
bool Trigger(bool exclusive)
bool StartSignaling(bool exclusive)