Method RunProcess
RunProcess(string, object[], bool)
Executes script starting from the main entry point in a standalone process.
public static Process RunProcess(string executableFile, object[] args, bool doNotHideLauncherConsole)
Parameters
executableFile
stringFully qualified name of an application to execute.
args
object[]Specifies main method arguments.
doNotHideLauncherConsole
boolSpecifies if .NET Core launcher console window will remain open when launching GUI scripts.
Returns
- Process
The process executing the script.
RunProcess(ProcessStartInfo, bool)
public static Process RunProcess(ProcessStartInfo startInfo, bool doNotHideLauncherConsole)
Parameters
startInfo
ProcessStartInfodoNotHideLauncherConsole
bool