Click or drag to resize

EvaluatorConfig Properties

The EvaluatorConfig type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Gets or sets the default access type for CS-Script evaluators.

This property controls the how the generic CS-Script evaluators are instantiated when accessed (e.g. CSScript.Evaluator or ).

Public propertyCode exampleDebugBuild
Default value of the IEvaluator. DebugBuild property controlling the generation of the debug symbols.
Examples
CSScript.EvaluatorConfig.DebugBuild = true;
dynamic script = CSScript.Evaluator
                         .LoadMethod(...
Public propertyEngine
Gets or sets the default evaluator engine type.

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

Public propertyRefernceDomainAsemblies
Flag that controls if the host AppDo,main referenced assemblies are automatically referenced at creation of IEvaluator.
Top
See Also