Click or drag to resize

AbstractScriptScriptObject Property

Gets the compiled script object, if available.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? ScriptObject { get; }

Property Value

Object

Implements

IScriptTextScriptObject
See Also