C# Класс msos.HeapIndex.DepthFirstRootPathFinder

Наследование: RootPathFinder
Показать файл Открыть проект

Открытые методы

Метод Описание
DepthFirstRootPathFinder ( HeapIndex index, ulong targetObject ) : System
FindPaths ( ) : void

Приватные методы

Метод Описание
FindPaths ( ulong current, Stack path ) : void

Описание методов

DepthFirstRootPathFinder() публичный Метод

public DepthFirstRootPathFinder ( HeapIndex index, ulong targetObject ) : System
index HeapIndex
targetObject ulong
Результат System

FindPaths() публичный Метод

public FindPaths ( ) : void
Результат void