Table of Contents

Method Run

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

Run(string[])

Executes script starting from the main entry point.

public virtual object Run(string[] args = null)

Parameters

args string[]

Specifies main method arguments.

Returns

object

Return value of the script being executed.

Run()

Executes script starting from the main entry point.

public virtual object Run()

Returns

object

Return value of the script being executed.