Constructor ScriptSource
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
ScriptSource(IScriptRun)
Initializes a new instance of the ScriptSource
class with specified script runner.
public ScriptSource(IScriptRun scriptRun)
Parameters
scriptRun
IScriptRunSpecifies object that implements
IScriptRun
interface for this new instance.