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
Loading...
Searching...
No Matches
Semaphore.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20001FD")]
9 internal sealed class Semaphore : WaitHandle
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000C7C")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F28388", Offset = "0x1F28388", Length = "0x150")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WaitHandle), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
17 {
18 typeof(object),
19 typeof(ref bool)
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Semaphore), Member = "CreateSemaphore_internal", MemberParameters = new object[]
22 {
23 typeof(int),
24 typeof(int),
25 typeof(string),
26 typeof(ref int)
27 }, ReturnType = typeof(IntPtr))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
30 internal Semaphore(int initialCount, int maxCount)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000C7D")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1F284D8", Offset = "0x1F284D8", Length = "0x30")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Semaphore), Member = "ReleaseSemaphore_internal", MemberParameters = new object[]
40 {
42 typeof(int),
43 typeof(ref int)
44 }, ReturnType = typeof(bool))]
45 internal bool ReleaseSemaphore()
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
Semaphore(int initialCount, int maxCount)
Definition Semaphore.cs:30