Click or drag to resize

Altaxo.Main.Services.ScriptCompilation Namespace

[Missing <summary> documentation for "N:Altaxo.Main.Services.ScriptCompilation"]

Classes
 ClassDescription
Public classCodeTextsWithHash Stores one or more code texts in immutable form, together with a hash string that identifies it uniquely.
Public classCompilerDiagnostic Default implementation of ICompilerDiagnostic
Public classConcurrentScriptCompilerResultDictionary Stores results of the script compilation process. Both successfull and unsuccessful results are stored, in order to avoid unneccessary compilation attempts.
Public classScriptCompilerFailedResult 
Public classScriptCompilerSuccessfulResult 
Interfaces
 InterfaceDescription
Public interfaceICompilerDiagnostic Interface to one item of a compiler's diagnostic message.
Public interfaceIScriptCompilerFailedResult Extends the IScriptCompilerResult by the list of compilation errors of an unsuccessful compilation.
Public interfaceIScriptCompilerResult 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.
Public interfaceIScriptCompilerService Provides compilation of scripts to assemblies.
Public interfaceIScriptCompilerSuccessfulResult Extends the IScriptCompilerResult by the assembly that was the result of the successful compilation.
Enumerations
 EnumerationDescription
Public enumerationDiagnosticSeverity Severity of a diagnostics message.