System::Diagnostics::ProcessStartInfo::set_UseShellExecute method

ProcessStartInfo::set_UseShellExecute method

Sets UseShellExecute property.

void System::Diagnostics::ProcessStartInfo::set_UseShellExecute(bool value)
ParameterTypeDescription
valueboolIf true, shell is used to execute process, false otherwise.

See Also