PEHeaders.GetContainingSectionIndex(Int32) 메서드

정의

PE 이미지의 섹션에서 지정된 상대 가상 주소가 포함된 섹션을 검색합니다.

public:
 int GetContainingSectionIndex(int relativeVirtualAddress);
public int GetContainingSectionIndex(int relativeVirtualAddress);
member this.GetContainingSectionIndex : int -> int
Public Function GetContainingSectionIndex (relativeVirtualAddress As Integer) As Integer

매개 변수

relativeVirtualAddress
Int32

검색할 상대 가상 주소입니다.

반품

포함된 섹션의 인덱스 relativeVirtualAddress이거나 검색에 실패한 경우 -1.

적용 대상