C# Class msos.HeapIndex.DepthFirstRootPathFinder

Inheritance: RootPathFinder
Datei anzeigen Open project: goldshtn/msos

Public Methods

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

Private Methods

Method Description
FindPaths ( ulong current, Stack path ) : void

Method Details

DepthFirstRootPathFinder() public method

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

FindPaths() public method

public FindPaths ( ) : void
return void