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

適用於