System::Diagnostics::ProcessStartInfo::set_RedirectStandardError method

ProcessStartInfo::set_RedirectStandardError method

Sets RedirectStandardError property.

void System::Diagnostics::ProcessStartInfo::set_RedirectStandardError(bool value)
ParameterTypeDescription
valueboolIf true, error output is redirected, false otherwise.

See Also