Click or drag to resize

IEvaluator Properties

The IEvaluator type exposes the following members.

Properties
  NameDescription
Public propertyDebugBuild
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.

Public propertyDisableReferencingFromCode
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.
Top
See Also