Method RunScriptAsync
- Namespace
- Alternet.Scripter.Debugger.IronPython
- Assembly
- Alternet.Scripter.IronPython.Debugger.v9.dll
RunScriptAsync(string[])
Starts executing the script without debugging.
public virtual void RunScriptAsync(string[] args = null)
Parameters
args
string[]Optionsl command-line arguments.