Click or drag to resize

IScriptCompilerService Methods

The IScriptCompilerService type exposes the following members.

Methods
 NameDescription
Public methodCompile 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.
Public methodGetCompilerResult Gets the compiler result for a given assembly (reverse search).
Top
See Also