Table of Contents

Method RunProcessCore

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v10.dll

RunProcessCore(IScriptRun, object[], bool)

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

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

Parameters

scriptRun IScriptRun

IScriptRun associated this script method.

args object[]

Specifies main method arguments.

wait bool

Specifies if calling application should wait for process termination

Returns

int

Return process exit code.