C# Class msos.HeapIndex.RootPathFinder

Afficher le fichier Open project: goldshtn/msos

Méthodes publiques

Méthode Description
FindPaths ( ) : void

Méthodes protégées

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

Method Details

AddPath() protected méthode

protected AddPath ( RootPath path ) : void
path RootPath
Résultat void

AddPathIfRootReached() protected méthode

protected AddPathIfRootReached ( ulong obj, IEnumerable path ) : void
obj ulong
path IEnumerable
Résultat void

FindPaths() public abstract méthode

public abstract FindPaths ( ) : void
Résultat void

RootPathFinder() protected méthode

protected RootPathFinder ( HeapIndex index, ulong targetObject ) : System
index HeapIndex
targetObject ulong
Résultat System