Click or drag to resize

IScriptCompilerServiceCompile Method

Does the compilation of the script into an assembly. The assembly is stored together with the read-only source code and returned as result. As list of compiled source codes is maintained by this class. If you provide a text that was already compiled before, the already compiled assembly is returned instead of a freshly compiled assembly.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IScriptCompilerResult Compile(
	string[] scriptText
)

Parameters

scriptText  String

[Missing <param name="scriptText"/> documentation for "M:Altaxo.Main.Services.ScriptCompilation.IScriptCompilerService.Compile(System.String[])"]

Return Value

IScriptCompilerResult
True if successfully compiles, otherwise false.
See Also