DebugDirectoryEntry.IsPortableCodeView プロパティ

定義

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

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

プロパティ値

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

適用対象