 | EvaluatorConfigDebugBuild Property |
Default value of the
IEvaluator.
DebugBuild property controlling the generation of the debug symbols.
ExamplesCSScript.EvaluatorConfig.DebugBuild = true;
dynamic script = CSScript.Evaluator
.LoadMethod(...
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic bool DebugBuild { get; set; }
Property Value
Type:
Boolean
See Also