Méthode | Description | |
---|---|---|
AllClasses ( ) : IEnumerable |
||
AllObjects ( ) : IEnumerable |
||
Class ( string typeName ) : dynamic | ||
Dump ( ulong address ) : IEnumerable | ||
Object ( ulong address ) : dynamic | ||
ObjectsInSegment ( int segmentIdx ) : IEnumerable |
||
ObjectsOfType ( string typeName ) : IEnumerable |
||
SubgraphOf ( ulong address ) : IEnumerable |
public Dump ( ulong address ) : IEnumerable | ||
address | ulong | |
Résultat | IEnumerable |
public ObjectsInSegment ( int segmentIdx ) : IEnumerable |
||
segmentIdx | int | |
Résultat | IEnumerable |
public ObjectsOfType ( string typeName ) : IEnumerable |
||
typeName | string | |
Résultat | IEnumerable |
public SubgraphOf ( ulong address ) : IEnumerable |
||
address | ulong | |
Résultat | IEnumerable |