Run Method
Run(String[])
Executes script starting from the main entry point.
Declaration
public virtual object Run(string[] args = null)
Parameters
Type | Name | Description |
---|---|---|
String[] | args | Specifies main method parameters. |
Returns
Type | Description |
---|---|
Object | Return value of the script being executed. |
Implements
Run()
Executes script starting from the main entry point.
Declaration
public virtual object Run()
Returns
Type | Description |
---|---|
Object | Return value of the script being executed. |