CompilerParameters.IncludeDebugInformation 属性

定义

获取或设置一个值,该值指示是否在已编译的可执行文件中包含调试信息。

public:
 property bool IncludeDebugInformation { bool get(); void set(bool value); };
public bool IncludeDebugInformation { get; set; }
member this.IncludeDebugInformation : bool with get, set
Public Property IncludeDebugInformation As Boolean

属性值

如果应生成调试信息,则为 true;否则为 false

适用于