Click or drag to resize

IScriptCompilerSuccessfulResult Interface

Extends IScriptCompilerResult by exposing the assembly produced by a successful compilation.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IScriptCompilerSuccessfulResult : IScriptCompilerResult

The IScriptCompilerSuccessfulResult type exposes the following members.

Properties
 NameDescription
Public propertyScriptAssembly Gets the script assembly as the result of the successful compilation.
Public propertyScriptTextCount Gets the number of source code fragments that make up the compilation result.
(Inherited from IScriptCompilerResult)
Public propertyScriptTextHash Gets the script text hash that is build over all the script texts in exactly the order provided here.
(Inherited from IScriptCompilerResult)
Top
Methods
 NameDescription
Public methodScriptText Get the script text with index i (i ranges from 0 to ScriptTextCount-1).
(Inherited from IScriptCompilerResult)
Top
See Also