Click or drag to resize

ScriptCompilerSuccessfulResult Constructor

Initializes a new instance of the ScriptCompilerSuccessfulResult class.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScriptCompilerSuccessfulResult(
	CodeTextsWithHash codeText,
	Assembly assembly
)

Parameters

codeText  CodeTextsWithHash
The script texts together with their hash.
assembly  Assembly
The compiled assembly.
See Also