DebugDirectoryEntry 结构

定义

标识调试信息块的位置、大小和格式。

public value class DebugDirectoryEntry
public readonly struct DebugDirectoryEntry
public struct DebugDirectoryEntry
type DebugDirectoryEntry = struct
Public Structure DebugDirectoryEntry
继承
DebugDirectoryEntry

构造函数

名称 说明
DebugDirectoryEntry(UInt32, UInt16, UInt16, DebugDirectoryEntryType, Int32, Int32, Int32)

初始化 DebugDirectoryEntry 结构的新实例。

属性

名称 说明
DataPointer

获取指向调试数据的文件指针。

DataRelativeVirtualAddress

在加载时获取调试数据的地址(相对于映像基)。

DataSize

获取调试数据的大小(不包括调试目录本身)。

IsPortableCodeView

获取一个值,该值指示该项是否是指向可移植 PDB 的 CodeView 项。

MajorVersion

获取调试数据格式的主版本号。

MinorVersion

获取调试数据格式的次要版本号。

Stamp

如果 PE/COFF 文件为非确定性文件,则获取创建调试数据的时间和日期;否则,获取基于内容哈希的值。

Type

获取调试信息的格式。

适用于