Click or drag to resize

CompileInfoPdbFile Property

The PDB file path.

Even if the this value is specified the file will not be generated unless EvaluatorConfig.DebugBuild is set to true.

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

Property Value

Type: String
See Also