set_UseShellExecute()

ProcessStartInfo::set_UseShellExecute(bool) method

Sets UseShellExecute property.

void System::Diagnostics::ProcessStartInfo::set_UseShellExecute(bool value)

Arguments

ParameterTypeDescription
valueboolIf true, shell is used to execute process, false otherwise.

See Also