Click or drag to resize

EvaluatorConfigEngine Property

Gets or sets the default evaluator engine type.

This property controls the type of compiler the generic CSScript.Evaluator encapsulates.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public EvaluatorEngine Engine { get; set; }

Property Value

Type: EvaluatorEngine
The default evaluator engine.
See Also