Table of Contents

Method RunProcess

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

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

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

public static int RunProcess(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.