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