ParameterInfo.IncludeInDebugDump プロパティ

定義

ユーザー定義変数またはシステム変数の変数値がデバッグ ダンプ ファイルに含まれているかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool IncludeInDebugDump { bool get(); };
public bool IncludeInDebugDump { get; }
member this.IncludeInDebugDump : bool
Public ReadOnly Property IncludeInDebugDump As Boolean

プロパティ値

Boolean

変数がデバッグ ダンプ ファイルに含まれている場合は true。それ以外の場合は false。

適用対象