set_WindowStyle()

ProcessStartInfo::set_WindowStyle(ProcessWindowStyle) method

Sets window style.

void System::Diagnostics::ProcessStartInfo::set_WindowStyle(ProcessWindowStyle value)

Arguments

ParameterTypeDescription
valueProcessWindowStyleProcess window style.

See Also