4 references to StartDetached
System.Diagnostics.Process (4)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (1)
76return Start(startInfo, fallbackToNull: startInfo.StartDetached);
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (1)
330startInfo.StartDetached, startInfo.KillOnParentExit, inheritedHandles);
System\Diagnostics\Process.cs (1)
1241if (startInfo.StartDetached)
System\Diagnostics\ProcessStartInfo.cs (1)
446if (StartDetached && UseShellExecute)