C# 클래스 msos.HeapIndex.RootPathFinder

파일 보기 프로젝트 열기: goldshtn/msos

공개 메소드들

메소드 설명
FindPaths ( ) : void

보호된 메소드들

메소드 설명
AddPath ( RootPath path ) : void
AddPathIfRootReached ( ulong obj, IEnumerable path ) : void
RootPathFinder ( HeapIndex index, ulong targetObject ) : System

메소드 상세

AddPath() 보호된 메소드

protected AddPath ( RootPath path ) : void
path RootPath
리턴 void

AddPathIfRootReached() 보호된 메소드

protected AddPathIfRootReached ( ulong obj, IEnumerable path ) : void
obj ulong
path IEnumerable
리턴 void

FindPaths() 공개 추상적인 메소드

public abstract FindPaths ( ) : void
리턴 void

RootPathFinder() 보호된 메소드

protected RootPathFinder ( HeapIndex index, ulong targetObject ) : System
index HeapIndex
targetObject ulong
리턴 System