Table of Contents

Method RunProcessCore

Namespace
Alternet.Scripter.Debugger.Dap
Assembly
Alternet.Scripter.Debugger.Dap.v9.dll

RunProcessCore(IScriptRun, string, object[], bool)

Executes script starting from the main entry point in standalone process.

protected abstract int RunProcessCore(IScriptRun scriptRun, string assemblyLocation, object[] args, bool wait)

Parameters

scriptRun IScriptRun

IScriptRun associated this script method.

assemblyLocation string

Fully qualified name of application to execute.

args object[]

Specifies main method arguments.

wait bool

Specifies if calling application should wait for process termination

Returns

int

Return process exit code.