Gets a value indicating whether to use the operating system shell to start the process.
Returns
true if the shell should be used when starting the process; false if the process should be created directly from the executable file. The default is true.
Remarks
Setting this property to false enables you to redirect input, output, and error streams.
When you use the operating system shell to start processes, you can start any document (which is any registered file type associated with an executable that has a default open action) and perform operations on the file, such as printing, by using the Process object. When xtd::diagnostics::process_start_info::use_shell_execute is false, you can start only executables by using the xtd::diagnostics::process object.