Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Main.Services.ScriptCompilation"]
Class | Description | |
---|---|---|
CodeTextsWithHash | Stores one or more code texts in immutable form, together with a hash string that identifies it uniquely. | |
CompilerDiagnostic | Default implementation of ICompilerDiagnostic | |
ConcurrentScriptCompilerResultDictionary | Stores results of the script compilation process. Both successfull and unsuccessful results are stored, in order to avoid unneccessary compilation attempts. | |
ScriptCompilerFailedResult | ||
ScriptCompilerSuccessfulResult |
Interface | Description | |
---|---|---|
ICompilerDiagnostic | Interface to one item of a compiler's diagnostic message. | |
IScriptCompilerFailedResult | Extends the IScriptCompilerResult by the list of compilation errors of an unsuccessful compilation. | |
IScriptCompilerResult | Base interface for the result of the script controller. This base interface only provided the source code. The derived interfaces then also provide compilation results. | |
IScriptCompilerService | Provides compilation of scripts to assemblies. | |
IScriptCompilerSuccessfulResult | Extends the IScriptCompilerResult by the assembly that was the result of the successful compilation. |
Enumeration | Description | |
---|---|---|
DiagnosticSeverity | Severity of a diagnostics message. |