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

◆ arguments() [1/2]

const xtd::string & xtd::diagnostics::process_start_info::arguments ( ) const
noexcept

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

Returns
File 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 ("").
Examples
test_forms.cpp.