Click or drag to resize

ScriptCompilerFailedResultScriptAssembly Property

Gets the compiled script assembly.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Assembly? ScriptAssembly { get; }

Property Value

Assembly
Remarks
Compilation failed, so this property always returns null.
See Also