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 如果条目是 CodeView 指向可移植 PDB 的入口,则为 ;否则为 false

适用于