EvaluatorConfig Properties |
The EvaluatorConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| Access |
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 ). | |
| DebugBuild |
Default value of the IEvaluator.
DebugBuild property controlling the generation of the debug symbols.
CSScript.EvaluatorConfig.DebugBuild = true; dynamic script = CSScript.Evaluator .LoadMethod(... | |
| Engine |
Gets or sets the default evaluator engine type.
This property controls the type of compiler the generic CSScript.Evaluator encapsulates. | |
| RefernceDomainAsemblies |
Flag that controls if the host AppDo,main referenced assemblies are automatically referenced at creation
of IEvaluator.
|