4 references to StartDetached
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
161
return Start(startInfo, fallbackToNull: startInfo.
StartDetached
);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.ForkAndExecProcess.cs (1)
78
pInheritedFds, inheritedFdCount, startInfo.
StartDetached
? 1 : 0,
System\Diagnostics\Process.cs (1)
1366
if (startInfo.
StartDetached
)
System\Diagnostics\ProcessStartInfo.cs (1)
471
if (
StartDetached
&& UseShellExecute)