Click or drag to resize

IScriptCompilerResult Interface

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.

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

The IScriptCompilerResult type exposes the following members.

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