8 references to PROCESS_INFORMATION
aspire (6)
Processes\IsolatedProcess.Windows.cs (2)
84
var
pi = WindowsProcessInterop.SpawnProcess(
220
var
pi = WindowsProcessInterop.SpawnProcess(
Processes\WindowsProcessInterop.cs (4)
167
out
PROCESS_INFORMATION
lpProcessInformation);
342
/// The raw <see cref="
PROCESS_INFORMATION
"/> from <c>CreateProcessW</c>. The caller owns
348
public static
PROCESS_INFORMATION
SpawnProcess(
474
out
var
pi))
Aspire.Cli.Tests (2)
Processes\WindowsConsoleProcessJobTests.cs (2)
95
var
pi = WindowsProcessInterop.SpawnProcess(
144
var
pi = WindowsProcessInterop.SpawnProcess(