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

◆ ReleaseProcessHandle()

void System.Diagnostics.Process.ReleaseProcessHandle ( Microsoft::Win32::SafeHandles::SafeProcessHandle handle)
inlineprivate

Definition at line 290 of file Process.cs.

291 {
292 if (handle != null)
293 {
294 if (this.haveProcessHandle)
295 {
297 }
298 handle.Close();
299 return;
300 }
301 }
class f__AnonymousType0<< Count > j__TPar
Microsoft.Win32.SafeHandles.SafeProcessHandle m_processHandle
Definition Process.cs:826

References System.Diagnostics.Process.haveProcessHandle, j__TPar, and System.Diagnostics.Process.m_processHandle.