Click or drag to resize

AbstractScript_compilerResult Field

The result of the successfull compiler run. After this variable is set, the script text must not be changed!

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[NonSerializedAttribute]
public IScriptCompilerResult? _compilerResult

Field Value

IScriptCompilerResult
See Also