System::Diagnostics::ProcessStartInfo::set_Arguments method

ProcessStartInfo::set_Arguments method

Sets process arguments.

void System::Diagnostics::ProcessStartInfo::set_Arguments(const String &value)
ParameterTypeDescription
valueconst String&Process arguments.

See Also