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.3179.0 (4.8.3179.0)
Syntax
C#
public ScriptCompilerSuccessfulResult(
	CodeTextsWithHash codeText,
	Assembly assembly
)

Parameters

codeText  CodeTextsWithHash

[Missing <param name="codeText"/> documentation for "M:Altaxo.Main.Services.ScriptCompilation.ScriptCompilerSuccessfulResult.#ctor(Altaxo.Main.Services.ScriptCompilation.CodeTextsWithHash,System.Reflection.Assembly)"]

assembly  Assembly

[Missing <param name="assembly"/> documentation for "M:Altaxo.Main.Services.ScriptCompilation.ScriptCompilerSuccessfulResult.#ctor(Altaxo.Main.Services.ScriptCompilation.CodeTextsWithHash,System.Reflection.Assembly)"]

See Also