Click or drag to resize

IScriptTextSetCompilerResult Method

Sets the compiler result for this script.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool SetCompilerResult(
	IScriptCompilerResult result
)

Parameters

result  IScriptCompilerResult
The compiler result.

Return Value

Boolean
true if the result indicates successful compilation; otherwise, false.
See Also