my_process_start_info.use_shell_execute(false);
my_process_start_info.redirect_standard_error(true);
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
Specifies a set of values that are used when you start a process.
Definition process_start_info.h:39
const xtd::diagnostics::process_start_info & start_info() const
Gets the properties to pass to the xtd::diagnostics::process::start() method of the xtd::diagnostics:...
std::istream & standard_error()
Gets a stream used to read the error output of the application.
bool start()
Starts (or reuses) the process resource that is specified by the xtd::diagnostics::process::start_inf...
Provides access to local and remote processes and enables you to start and stop local system processe...
Definition process.h:49
Implements a xtd::io::text_reader that reads characters from a byte stream.
Definition stream_reader.h:28
#define block_scope_(...)
The specified expression is cleared automatically when the scope is ended.
Definition block_scope.h:25