IScriptCompilerServiceGetCompilerResult Method |
Gets the compiler result for a given assembly (reverse search).
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IScriptCompilerSuccessfulResult? GetCompilerResult(
Assembly ass
)
Parameters
- ass Assembly
- The assembly that was compiled from a script.
Return Value
IScriptCompilerSuccessfulResultThe script compiler result associated with that assembly.
See Also