Click or drag to resize

IScriptCompilerServiceGetCompilerResult Method

Gets the compiler result for a given assembly (reverse search).

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IScriptCompilerSuccessfulResult? GetCompilerResult(
	Assembly ass
)

Parameters

ass  Assembly
The assembly that was compiled from a script.

Return Value

IScriptCompilerSuccessfulResult
The script compiler result associated with that assembly.
See Also