IDkmManagedHeapSampler.NextObjects(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 objects on the heap.
public:
System::UInt32 NextObjects(Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapSampler ^ managedHeapSampler, System::UInt32 requestCount);
public uint NextObjects (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, uint requestCount);
abstract member NextObjects : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * uint32 -> uint32
Public Function NextObjects (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.