xtd::diagnostics::process_start_info::process_start_info | ( | const xtd::ustring & | file_name, |
const xtd::ustring & | arguments | ||
) |
Initializes a new instance of the xtd::diagnostics::process_start_info class, specifies an application file name with which to start the process, and specifies a set of command-line arguments_ to pass to the application.
file_name | An application with which to start a process. |
arguments | Command-line arguments to pass to the application when the process starts. |