MetadataReaderExtensions.GetHeapMetadataOffset 메서드

정의

메타데이터 시작에서 지정된 힙으로 오프셋을 반환합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static int GetHeapMetadataOffset(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::Ecma335::HeapIndex heapIndex);
public static int GetHeapMetadataOffset (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.Ecma335.HeapIndex heapIndex);
static member GetHeapMetadataOffset : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.Ecma335.HeapIndex -> int
<Extension()>
Public Function GetHeapMetadataOffset (reader As MetadataReader, heapIndex As HeapIndex) As Integer

매개 변수

heapIndex
HeapIndex

반환

예외

reader이(가) null인 경우

heapIndex가 유효한 힙 인덱스가 아닌 경우

적용 대상