Property | Type | Description | |
---|---|---|---|
Heap | System.Collections.Generic |
Method | Description | |
---|---|---|
EnumerateObjects ( ) : IEnumerable |
Enumerates all objects on the heap.
|
|
GetSizeByGeneration ( int generation ) : ulong |
Get the size by generation 0, 1, 2, 3. The large object heap is Gen 3 here. The sum of all of these should add up to the TotalHeapSize.
|
Method | Description | |
---|---|---|
Heap ( Runtime runtime, Microsoft clrHeap ) : System.Collections.Generic |
Initializes a new instance of the Heap class.
|
public GetSizeByGeneration ( int generation ) : ulong | ||
generation | int | The generation. |
return | ulong |