MetadataSizes.HeapSizes Propiedad

Definición

Tamaños de montón exactos (sin alinear).

public:
 property System::Collections::Immutable::ImmutableArray<int> HeapSizes { System::Collections::Immutable::ImmutableArray<int> get(); };
public System.Collections.Immutable.ImmutableArray<int> HeapSizes { get; }
member this.HeapSizes : System.Collections.Immutable.ImmutableArray<int>
Public ReadOnly Property HeapSizes As ImmutableArray(Of Integer)

Valor de propiedad

ImmutableArray<Int32>

Comentarios

Use GetAlignedHeapSize(HeapIndex) para obtener un tamaño de montón alineado.

Se aplica a