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
ProcessWaitHandle.cs
Go to the documentation of this file.
1using System;
8
9namespace System.Diagnostics
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20000DE")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000521")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1EC8198", Offset = "0x1EC8198", Length = "0x150")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "get_HasExited", ReturnType = typeof(bool))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "EnsureWatchingForExit", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "GetProcessHandle", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(bool)
22 }, ReturnType = typeof(SafeProcessHandle))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "WaitForExit", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WaitHandle), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NativeMethods), Member = "GetCurrentProcess", ReturnType = typeof(IntPtr))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HandleRef), Member = ".ctor", MemberParameters = new object[]
28 {
29 typeof(object),
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NativeMethods), Member = "DuplicateHandle", MemberParameters = new object[]
33 {
38 typeof(int),
39 typeof(bool),
40 typeof(int)
41 }, ReturnType = typeof(bool))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WaitHandle), Member = "set_SafeWaitHandle", MemberParameters = new object[] { typeof(SafeWaitHandle) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
ProcessWaitHandle(SafeProcessHandle processHandle)