SectionHeader Struct

Definition

Provides information about the section header of a PE/COFF file.

public value class SectionHeader
public struct SectionHeader
public readonly struct SectionHeader
type SectionHeader = struct
Public Structure SectionHeader
Inheritance
SectionHeader

Properties

Name

Gets the name of the section.

NumberOfLineNumbers

Gets the number of line-number entries for the section.

NumberOfRelocations

Gets the number of relocation entries for the section.

PointerToLineNumbers

Gets the file pointer to the beginning of line-number entries for the section.

PointerToRawData

Gets the file pointer to the first page of the section within the COFF file.

PointerToRelocations

Gets the file pointer to the beginning of relocation entries for the section.

SectionCharacteristics

Gets the flags that describe the characteristics of the section.

SizeOfRawData

Gets the size of the section (for object files) or the size of the initialized data on disk (for image files).

VirtualAddress

Gets the virtual addess of the section.

VirtualSize

Gets the total size of the section when loaded into memory.

Applies to