Class IronPythonScriptHost
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
Provides properties and methods to support script engine functionality based on System.CodeDom.Compiler
technology.
public class IronPythonScriptHost : ScriptHost, IScriptHost, IDisposable
- Inheritance
-
IronPythonScriptHost
- Implements
Constructors
- IronPythonScriptHost(IScriptRun)
Initializes a new instance of the
CodeDomScriptHost
class with specified script runner.
Properties
Methods
- Compile()
Initializes script engine and compiles the script.
- Reset()
Removes the script engine from the running state and disconnects automatically bound event handlers.
- ResolveReferences(IList<string>)
When implemented by a class, returns list of assembly references used by the script.
- RunProcessCore(IScriptRun, string, object[], bool)
Executes script starting from the main entry point in standalone process.