Altaxo. |
| 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 successful and unsuccessful results are stored in order to avoid unnecessary compilation attempts. | |
| ScriptCompilerFailedResult | Represents an unsuccessful script compilation result. | |
| ScriptCompilerSuccessfulResult | Represents a successful script-compilation result. |
| Interface | Description | |
|---|---|---|
| ICompilerDiagnostic | Represents one compiler diagnostic entry. | |
| IScriptCompilerFailedResult | Extends the IScriptCompilerResult with the diagnostics of an unsuccessful compilation. | |
| IScriptCompilerResult | Base interface for the result of script compilation. This base interface only provides the source code. The derived interfaces then also provide compilation results. | |
| IScriptCompilerService | Provides compilation of scripts to assemblies. | |
| IScriptCompilerSuccessfulResult | Extends IScriptCompilerResult by exposing the assembly produced by a successful compilation. |
| Enumeration | Description | |
|---|---|---|
| DiagnosticSeverity | Severity of a diagnostics message. |