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
SafeProcessHandle.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000079")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60001CB")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E9F5C8", Offset = "0x1E9F5C8", Length = "0x2C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandleZeroOrMinusOneIsInvalid), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
16 internal SafeProcessHandle(IntPtr handle)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60001CC")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1E9F5F4", Offset = "0x1E9F5F4", Length = "0x2C")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NativeMethods), Member = "DuplicateHandle", MemberParameters = new object[]
24 {
29 typeof(int),
30 typeof(bool),
31 typeof(int)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "StartWithShellExecuteEx", MemberParameters = new object[] { typeof(ProcessStartInfo) }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "StartWithCreateProcess", MemberParameters = new object[] { typeof(ProcessStartInfo) }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandleZeroOrMinusOneIsInvalid), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x60001CD")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1E9F620", Offset = "0x1E9F620", Length = "0xC")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NativeMethods), Member = "CloseProcess", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(bool))]
46 protected override bool ReleaseHandle()
47 {
48 throw null;
49 }
50
51 // Note: this type is marked as 'beforefieldinit'.
52 [global::Cpp2ILInjected.Token(Token = "0x60001CE")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1E9F62C", Offset = "0x1E9F62C", Length = "0x84")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandleZeroOrMinusOneIsInvalid), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x400015F")]
64 }
65}
class f__AnonymousType0<< Count > j__TPar
SafeProcessHandle(IntPtr existingHandle, bool ownsHandle)