IDkmManagedHeapSampler.NextRoots(DkmManagedHeapSampler, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.