Click or drag to resize

AbstractScriptSetCompilerResult 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#
public virtual bool SetCompilerResult(
	IScriptCompilerResult result
)

Parameters

result  IScriptCompilerResult
The compiler result.

Return Value

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

Implements

IScriptTextSetCompilerResult(IScriptCompilerResult)
See Also