SectionHeader 结构

定义

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

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

属性

Name

获取节的名称。

NumberOfLineNumbers

获取节的行号项数。

NumberOfRelocations

获取节的重定位项数。

PointerToLineNumbers

获取指向节的行号项开头的文件指针。

PointerToRawData

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

PointerToRelocations

获取指向节的重定位项的开头的文件指针。

SectionCharacteristics

获取描述节特性的标志。

SizeOfRawData

获取节(对于对象文件)的大小或磁盘上已初始化的数据的大小(对于映像文件)。

VirtualAddress

获取节的虚拟地址。

VirtualSize

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

适用于