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

메모리에 로드된 섹션의 전체 크기를 가져옵니다.

적용 대상