MetadataReaderExtensions.GetHeapSize(MetadataReader, HeapIndex) Método

Definición

Devuelve el tamaño del montón especificado.

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

Parámetros

heapIndex
HeapIndex

Devoluciones

Excepciones

reader es null.

heapIndex no es un índice de montón válido.

Se aplica a