Click or drag to resize

EvaluatorConfigDebugBuild Property

Default value of the IEvaluator. DebugBuild property controlling the generation of the debug symbols.
Examples
CSScript.EvaluatorConfig.DebugBuild = true;
dynamic script = CSScript.Evaluator
                         .LoadMethod(...

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

Property Value

Type: Boolean
See Also