Click or drag to resize

ScriptCompilerSuccessfulResultScriptAssembly Property

Gets the script assembly as the result of the successful compilation.

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

Implements

IScriptCompilerSuccessfulResultScriptAssembly
See Also