Click or drag to resize

IScriptCompilerResult Interface

Base interface for the result of script compilation. This base interface only provides the source code. The derived interfaces then also provide compilation results.

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

The IScriptCompilerResult type exposes the following members.

Properties
 NameDescription
Public propertyScriptTextCount Gets the number of source code fragments that make up 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