SectionHeader 结构

定义

提供有关 PE/COFF 文件的节标头的信息。

public value class SectionHeader
public struct SectionHeader
type SectionHeader = struct
Public Structure SectionHeader
继承
SectionHeader

属性

名称 说明
Name

获取分区的名称。

NumberOfLineNumbers

获取节的行号条目数。

NumberOfRelocations

获取分区的重定位条目数。

PointerToLineNumbers

获取指向该节的行号条目开头的文件指针。

PointerToRawData

获取指向 COFF 文件中节的第一页的文件指针。

PointerToRelocations

获取指向分区重定位条目开头的文件指针。

SectionCharacteristics

获取描述节特征的标志。

SizeOfRawData

获取分区(对于对象文件)或磁盘上初始化数据的大小(对于图像文件)。

VirtualAddress

获取节的虚拟添加。

VirtualSize

获取加载到内存中的节的总大小。

适用于