Method Run
Run(string[])
When implemented by a class, executes script starting from the main entry point.
object Run(string[] args = null)Parameters
- argsstring[]
- Specifies main method arguments. 
Returns
- object
- Return value of the script being executed.