C# Class MemoScope.Modules.RootPath.RootPathAnalysis

Afficher le fichier Open project: fremag/MemoScope.Net Class Usage Examples

Méthodes publiques

Méthode Description
AnalyzeRootPath ( MessageBus msgBus, ClrDumpObject clrDumpObject ) : List
FindShortestPath ( List currentPath, List &bestPath, IClrDump clrDump ) : bool

Private Methods

Méthode Description
Str ( IEnumerable ulongEnum ) : string

Method Details

AnalyzeRootPath() public static méthode

public static AnalyzeRootPath ( MessageBus msgBus, ClrDumpObject clrDumpObject ) : List
msgBus MessageBus
clrDumpObject MemoScope.Core.Data.ClrDumpObject
Résultat List

FindShortestPath() public static méthode

public static FindShortestPath ( List currentPath, List &bestPath, IClrDump clrDump ) : bool
currentPath List
bestPath List
clrDump IClrDump
Résultat bool