ScriptCompilerSuccessfulResult Constructor |
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ScriptCompilerSuccessfulResult(
CodeTextsWithHash codeText,
Assembly assembly
)
Parameters
- codeText CodeTextsWithHash
- The script texts together with their hash.
- assembly Assembly
- The compiled assembly.
See Also