set_CreateNoWindow()

ProcessStartInfo::set_CreateNoWindow(bool) method

Sets NoWindow property.

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

Arguments

ParameterTypeDescription
valueboolIf true, no window is created, false otherwise.

See Also