Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SafeProcessHandle() [3/3]

Microsoft.Win32.SafeHandles.SafeProcessHandle.SafeProcessHandle ( IntPtr existingHandle,
bool ownsHandle )
inline

Definition at line 19 of file SafeProcessHandle.cs.

20 : base(ownsHandle)
21 {
22 SetHandle(existingHandle);
23 }

References System.Runtime.InteropServices.SafeHandle.SetHandle().