Method RunProcessCore
- Assembly
- Alternet.Scripter.Debugger.Dap.Cpp.Lldb.v10.dll
RunProcessCore(IScriptRun, string, object[], bool)
Executes script starting from the main entry point in standalone process.
protected override int RunProcessCore(IScriptRun scriptRun, string assemblyLocation, object[] args, bool wait)
Parameters
scriptRunIScriptRunIScriptRunassociated this script method.assemblyLocationstringFully qualified name of application to execute.
argsobject[]Specifies main method arguments.
waitboolSpecifies if calling application should wait for process termination
Returns
- int
Return process exit code.