Table of Contents

Method Run

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

Run(IScriptRun, Assembly, object[])

Executes script starting from the main entry point.

public static object Run(IScriptRun scriptRun, Assembly assembly, object[] args)

Parameters

scriptRun IScriptRun

IScriptRun associated this script method.

assembly Assembly

Assembly contains method to execute.

args object[]

Specifies main method arguments.

Returns

object

Return value of the script being executed.