IDkmManagedHeapPathsToRootProvider Interface

Definition

Interface implemented by managed dm to allow walking the managed heap.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, RuntimeId.

This API was introduced in Visual Studio 17 Update 2 (DkmApiVersion.VS17Update2).

public interface IDkmManagedHeapPathsToRootProvider
type IDkmManagedHeapPathsToRootProvider = interface
Public Interface IDkmManagedHeapPathsToRootProvider

Methods

GetPathsToRoot(DkmManagedHeapWalker, DkmWorkList, UInt64, Boolean, DkmCompletionRoutine<DkmGetPathsToRootAsyncResult>)

Gets the paths to the root for the specified object.

Applies to