DkmGetPathsToRootAsyncResult Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmManagedHeapWalker.GetPathsToRoot.

public DkmGetPathsToRootAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapRootInfo[] Roots, Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapObjectInfo[] ObjectsOnPath, Microsoft.VisualStudio.Debugger.Clr.DkmManagedObjectReferenceInfo[] ReferencesOnPath);
new Microsoft.VisualStudio.Debugger.Clr.DkmGetPathsToRootAsyncResult : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapRootInfo[] * Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapObjectInfo[] * Microsoft.VisualStudio.Debugger.Clr.DkmManagedObjectReferenceInfo[] -> Microsoft.VisualStudio.Debugger.Clr.DkmGetPathsToRootAsyncResult
Public Sub New (Roots As DkmManagedHeapRootInfo(), ObjectsOnPath As DkmManagedHeapObjectInfo(), ReferencesOnPath As DkmManagedObjectReferenceInfo())

Parameters

Roots
DkmManagedHeapRootInfo[]

[In] Array containing the roots.

ObjectsOnPath
DkmManagedHeapObjectInfo[]

[In] Array containing the objects on the path to root.

ReferencesOnPath
DkmManagedObjectReferenceInfo[]

[In] Array containing the references on the path.

Applies to