DebugDirectoryEntry.IsPortableCodeView プロパティ

定義

エントリがポータブル PDB をポイントする CodeView エントリであるかどうかを示す値を取得します。

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

プロパティ値

Boolean

trueエントリがポータブル PDB を指すエントリの場合は。それ以外の場合はCodeView false

適用対象