Click or drag to resize

IScriptCompilerResultScriptTextHash Property

Gets the script text hash that is build over all the script texts in exactly the order provided here.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string ScriptTextHash { get; }

Property Value

String
The script text hash.
See Also