Method Run
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.