SectionHeader 구조체

정의

PE/COFF 파일의 섹션 헤더에 대한 정보를 제공합니다.

public value class SectionHeader
public struct SectionHeader
type SectionHeader = struct
Public Structure SectionHeader
상속
SectionHeader

속성

Name Description
Name

섹션의 이름을 가져옵니다.

NumberOfLineNumbers

섹션의 줄 번호 항목 수를 가져옵니다.

NumberOfRelocations

섹션의 재배치 항목 수를 가져옵니다.

PointerToLineNumbers

섹션에 대한 줄 번호 항목의 시작 부분에 대한 파일 포인터를 가져옵니다.

PointerToRawData

COFF 파일 내 섹션의 첫 번째 페이지에 대한 파일 포인터를 가져옵니다.

PointerToRelocations

섹션에 대한 재배치 항목의 시작 부분에 대한 파일 포인터를 가져옵니다.

SectionCharacteristics

섹션의 특성을 설명하는 플래그를 가져옵니다.

SizeOfRawData

섹션의 크기(개체 파일의 경우) 또는 디스크의 초기화된 데이터 크기(이미지 파일의 경우)를 가져옵니다.

VirtualAddress

섹션의 가상 추가 항목을 가져옵니다.

VirtualSize

메모리에 로드될 때 섹션의 총 크기를 가져옵니다.

적용 대상