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

◆ ReleaseHandle()

override bool Microsoft.Win32.SafeHandles.SafeProcessHandle.ReleaseHandle ( )
inlineprotected

Definition at line 23 of file SafeProcessHandle.cs.

24 {
25 return NativeMethods.CloseProcess(this.handle);
26 }

References Microsoft.Win32.NativeMethods.CloseProcess(), and System.Runtime.InteropServices.SafeHandle.handle.