set_Arguments()

ProcessStartInfo::set_Arguments(const String&) method

Sets process arguments.

void System::Diagnostics::ProcessStartInfo::set_Arguments(const String &value)

Arguments

ParameterTypeDescription
valueconst String&Process arguments.

See Also