C# Class msos.HeapIndex.ParallelBreadthFirstRootPathFinder

Inheritance: RootPathFinder
Datei anzeigen Open project: goldshtn/msos

Public Methods

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

Method Details

FindPaths() public method

public FindPaths ( ) : void
return void

ParallelBreadthFirstRootPathFinder() public method

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