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.
Executes script starting from the main entry point.
public virtual object Run(string[] args = null)
args
string[]Specifies main method arguments.
Return value of the script being executed.