ScriptCompilerFailedResultScriptAssembly Property |
Gets the compiled script assembly.
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Assembly? ScriptAssembly { get; }Property Value
Assembly
RemarksCompilation failed, so this property always returns null.
See Also