xtd 0.2.0
Loading...
Searching...
No Matches

◆ arguments() [2/2]

process_start_info & xtd::diagnostics::process_start_info::arguments ( const xtd::ustring value)
noexcept

Sets the set of command-line arguments to use when starting the application.

Parameters
valueFile type–specific arguments that the system can associate with the application specified in the xtd::diagnostics::process_start_info::file_name property. The default is an empty string ("").
Returns
The current instance of process_start_info.