![]() | IEvaluator Properties |
The IEvaluator type exposes the following members.
Name | Description | |
---|---|---|
![]() | DebugBuild |
Gets or sets a value indicating whether to compile script with debug symbols.
Note, setting DebugBuild will only affect the current instance of Evaluator. If you want to emit debug symbols for all instances of Evaluator then use EvaluatorConfig.DebugBuild. |
![]() | DisableReferencingFromCode |
Gets or sets the flag indicating if the script code should be analyzed and the assemblies
that the script depend on (via '//css_...' and 'using ...' directives) should be referenced.
|