다음을 통해 공유


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(검색에 실패한 경우)입니다.

적용 대상