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

◆ InitHandle()

static void System.Runtime.InteropServices.Marshal.InitHandle ( SafeHandle safeHandle,
IntPtr handle )
inlinestatic

Definition at line 1562 of file Marshal.cs.

1563 {
1564 safeHandle.SetHandle(handle);
1565 }

References System.handle, and System.Runtime.InteropServices.SafeHandle.SetHandle().

Referenced by System.Diagnostics.Process.StartWithCreateProcess().