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 if the entry is a CodeView entry pointing to a Portable PDB; otherwise, false.

적용 대상