IDkmManagedHeapSampler.NextRoots(DkmManagedHeapSampler, UInt32) Method

Definition

Walks the given number of GC roots on the heap.

public:
 System::UInt32 NextRoots(Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapSampler ^ managedHeapSampler, System::UInt32 requestCount);
public uint NextRoots (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, uint requestCount);
abstract member NextRoots : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * uint32 -> uint32
Public Function NextRoots (managedHeapSampler As DkmManagedHeapSampler, requestCount As UInteger) As UInteger

Parameters

managedHeapSampler
DkmManagedHeapSampler

[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.

requestCount
UInt32

[In] Count of items requested.

Returns

[Out] Count of items fetched.

Applies to