C# Class msos.HeapIndex.BreadthFirstRootPathFinder

Inheritance: RootPathFinder
Datei anzeigen Open project: goldshtn/msos

Public Methods

Method Description
BreadthFirstRootPathFinder ( HeapIndex index, ulong targetObject ) : System
FindPaths ( ) : void

Method Details

BreadthFirstRootPathFinder() public method

public BreadthFirstRootPathFinder ( HeapIndex index, ulong targetObject ) : System
index HeapIndex
targetObject ulong
return System

FindPaths() public method

public FindPaths ( ) : void
return void