C# Class msos.HeapIndex.RootPathFinder

Exibir arquivo Open project: goldshtn/msos

Public Methods

Method Description
FindPaths ( ) : void

Protected Methods

Method Description
AddPath ( RootPath path ) : void
AddPathIfRootReached ( ulong obj, IEnumerable path ) : void
RootPathFinder ( HeapIndex index, ulong targetObject ) : System

Method Details

AddPath() protected method

protected AddPath ( RootPath path ) : void
path RootPath
return void

AddPathIfRootReached() protected method

protected AddPathIfRootReached ( ulong obj, IEnumerable path ) : void
obj ulong
path IEnumerable
return void

FindPaths() public abstract method

public abstract FindPaths ( ) : void
return void

RootPathFinder() protected method

protected RootPathFinder ( HeapIndex index, ulong targetObject ) : System
index HeapIndex
targetObject ulong
return System