Click or drag to resize

IConsoleRunScript Method

Overload List
 NameDescription
Public methodRunScript(String) Load,compile and run a script by calling its main function with the provided arguments Run a script without extra arguments. Errors are outputted to the console window.
Public methodRunScript(String, String) Load,compile and run a script by calling its main function with the provided arguments Errors are outputed to the console window. The function will return when the script has finished execution.
Top
See Also