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

適用対象