MetadataSizes.HeapSizes Property

Definition

Exact (unaligned) heap sizes.

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)

Property Value

Remarks

Use GetAlignedHeapSize(HeapIndex) to get an aligned heap size.

Applies to