Метод | Описание | |
---|---|---|
FlatSubgraphOf ( this heap, ulong objPtr ) : ClrType>>.IEnumerable |
Returns only referenced objects that do not contain further pointers, and referenced arrays of objects that do not contain further pointers. This provides a fast estimate of the amount of memory that is likely only retained by the target object.
|
|
GetFreeSpaceBySegment ( this heap ) : ulong>.IDictionary |
||
GroupTypesInObjectSetAndSortBySize ( this heap, IEnumerable |
||
SizeReachableFromObjectSet ( this heap, IEnumerable |
||
SubgraphOf ( this heap, ulong objPtr ) : ClrType>>.IEnumerable |
Метод | Описание | |
---|---|---|
EnumerateFromObjectSet ( Microsoft.Diagnostics.Runtime.ClrHeap heap, IEnumerable |
||
GetStats ( string type, IEnumerable |
public static FlatSubgraphOf ( this heap, ulong objPtr ) : ClrType>>.IEnumerable |
||
heap | this | |
objPtr | ulong | |
Результат | ClrType>>.IEnumerable |
public static GetFreeSpaceBySegment ( this heap ) : ulong>.IDictionary |
||
heap | this | |
Результат | ulong>.IDictionary |
public static GroupTypesInObjectSetAndSortBySize ( this heap, IEnumerable |
||
heap | this | |
addresses | IEnumerable |
|
Результат | IEnumerable |
public static SizeReachableFromObjectSet ( this heap, IEnumerable |
||
heap | this | |
objects | IEnumerable |
|
Результат | ulong |
public static SubgraphOf ( this heap, ulong objPtr ) : ClrType>>.IEnumerable |
||
heap | this | |
objPtr | ulong | |
Результат | ClrType>>.IEnumerable |