C# 클래스 MemoScope.Modules.RootPath.RootPathAnalysis

파일 보기 프로젝트 열기: fremag/MemoScope.Net 1 사용 예제들

공개 메소드들

메소드 설명
AnalyzeRootPath ( MessageBus msgBus, ClrDumpObject clrDumpObject ) : List
FindShortestPath ( List currentPath, List &bestPath, IClrDump clrDump ) : bool

비공개 메소드들

메소드 설명
Str ( IEnumerable ulongEnum ) : string

메소드 상세

AnalyzeRootPath() 공개 정적인 메소드

public static AnalyzeRootPath ( MessageBus msgBus, ClrDumpObject clrDumpObject ) : List
msgBus MessageBus
clrDumpObject MemoScope.Core.Data.ClrDumpObject
리턴 List

FindShortestPath() 공개 정적인 메소드

public static FindShortestPath ( List currentPath, List &bestPath, IClrDump clrDump ) : bool
currentPath List
bestPath List
clrDump IClrDump
리턴 bool