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
SafeWaitHandle.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200005C")]
12 {
13 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
14 [global::Cpp2ILInjected.Token(Token = "0x600021D")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1AC6A54", Offset = "0x1AC6A54", Length = "0x28")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.EventWaitHandle), Member = ".ctor", MemberParameters = new object[]
17 {
18 typeof(bool),
19 typeof(global::System.Threading.EventResetMode),
20 typeof(string)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.WaitHandle), Member = "set_Handle", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.WaitHandle), Member = "get_SafeWaitHandle", ReturnType = typeof(SafeWaitHandle))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Win32.NativeMethods", Member = "DuplicateHandle", MemberParameters = new object[]
25 {
26 typeof(global::System.Runtime.InteropServices.HandleRef),
27 typeof(global::System.Runtime.InteropServices.SafeHandle),
28 typeof(global::System.Runtime.InteropServices.HandleRef),
30 typeof(int),
31 typeof(bool),
32 typeof(int)
33 }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandleZeroOrMinusOneIsInvalid), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
36 public SafeWaitHandle(global::System.IntPtr existingHandle, bool ownsHandle)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x600021E")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1AC6A7C", Offset = "0x1AC6A7C", Length = "0x1C")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.NativeEventCalls), Member = "CloseEvent_internal", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
45 protected override bool ReleaseHandle()
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
SafeWaitHandle(global::System.IntPtr existingHandle, bool ownsHandle)