Table of Contents

Method Run

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

Run(string[])

When implemented by a class, executes script starting from the main entry point.

object Run(string[] args = null)

Parameters

args string[]

Specifies main method arguments.

Returns

object

Return value of the script being executed.