IDkmManagedHeapSampler176.GetNextSparseArrayDetails 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.
Attempts to retrieve the value of the next requested portion of the sparse array instance objects.
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSparseArrayInfo[]? GetNextSparseArrayDetails (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId typeId, uint count);
abstract member GetNextSparseArrayDetails : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId * uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSparseArrayInfo[]
Public Function GetNextSparseArrayDetails (managedHeapSampler As DkmManagedHeapSampler, typeId As DkmManagedTypeId, count As UInteger) As DkmManagedHeapSparseArrayInfo()
Parameters
- managedHeapSampler
- DkmManagedHeapSampler
[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.
- typeId
- DkmManagedTypeId
[In] The type id for which to get the next set of array objects.
- count
- UInt32
[In] The number of items requested.
Returns
[Out] The sparse array objects.