IScript |
The IScriptCompilerService type exposes the following members.
Name | Description | |
---|---|---|
Compile | Does the compilation of the script into an assembly. The assembly is stored together with the read-only source code and returned as result. As list of compiled source codes is maintained by this class. If you provide a text that was already compiled before, the already compiled assembly is returned instead of a freshly compiled assembly. | |
GetCompilerResult | Gets the compiler result for a given assembly (reverse search). |