Class DapScriptHost
Provides properties and methods to support script engine functionality based on System.CodeDom.Compiler
technology.
public class DapScriptHost : ScriptHost, IScriptHost, IDisposable
- Inheritance
-
DapScriptHost
- Implements
- Derived
Constructors
Methods
- Compile()
Initializes script engine and compiles the script.
- 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.