terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CreatePipe()

static void System.Diagnostics.Process.CreatePipe ( [Out] IntPtr read,
[Out] IntPtr write,
bool writeDirection )
inlinestaticprivate

Definition at line 731 of file Process.cs.

732 {
733 if (!true)
734 {
735 }
737 Process currentProcess = Process.GetCurrentProcess();
738 currentProcess.EnsureState(Process.State.Associated);
739 int processAccess = currentProcess.m_processAccess;
740 IntPtr handle = currentProcess.OpenProcessHandle(processAccess).handle;
741 Process currentProcess2 = Process.GetCurrentProcess();
742 currentProcess2.EnsureState(Process.State.Associated);
743 int processAccess2 = currentProcess2.m_processAccess;
746 if (safeProcessHandle != null)
747 {
749 return;
750 }
752 }
class f__AnonymousType0<< Count > j__TPar
static OperatingSystem OSVersion
readonly PlatformID _platform

References System.OperatingSystem._platform, System.Diagnostics.Process.EnsureState(), System.Diagnostics.Process.GetCurrentProcess(), j__TPar, and System.Environment.OSVersion.