System::Diagnostics::ProcessStartInfo::set_UseShellExecute 方法

ProcessStartInfo::set_UseShellExecute method

设置 UseShellExecute 属性。

void System::Diagnostics::ProcessStartInfo::set_UseShellExecute(bool value)
参数类型描述
bool如果为 true,则使用 shell 来执行进程;否则不使用。

另见