|
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
|
Collaboration diagram for System.Net.InterlockedGate:Package Functions | |
| void | Reset () |
| bool | Trigger (bool exclusive) |
| bool | StartTriggering (bool exclusive) |
| void | FinishTriggering () |
| bool | StartSignaling (bool exclusive) |
| void | FinishSignaling () |
| bool | Complete () |
Static Package Attributes | |
| const int | Open = 0 |
| const int | Triggering = 1 |
| const int | Triggered = 2 |
| const int | Signaling = 3 |
| const int | Signaled = 4 |
| const int | Completed = 5 |
Private Attributes | |
| int | m_State |
Definition at line 9 of file InterlockedGate.cs.