3 references to StartSuspended
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (2)
209
/// Resumes the process that was started with <see cref="ProcessStartInfo.
StartSuspended
" /> set to <see langword="true" />.
215
/// <exception cref="InvalidOperationException">The process was not started with <see cref="ProcessStartInfo.
StartSuspended
" /> set to <see langword="true" />, or has already been resumed.</exception>
System\Diagnostics\ProcessStartInfo.cs (1)
472
if (OperatingSystem.IsWindows() &&
StartSuspended
&& UseShellExecute)