SectionHeader.VirtualSize 속성

정의

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

public:
 property int VirtualSize { int get(); };
public int VirtualSize { get; }
member this.VirtualSize : int
Public ReadOnly Property VirtualSize As Integer

속성 값

메모리에 로드될 때 섹션의 전체 크기입니다.

설명

VirtualSize 속성 값이 xref:System.Reflection.PortableExecutable.SectionHeader.SizeOfRawData보다 <크면 섹션이 0 패딩됩니다. 이 필드는 PE 이미지에만 유효하며 개체 파일의 경우 0으로 설정해야 합니다.

적용 대상