DkmManagedHeapSampler.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.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSparseArrayInfo[] GetNextSparseArrayDetails (Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId TypeId, uint Count);
member this.GetNextSparseArrayDetails : Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId * uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSparseArrayInfo[]
Public Function GetNextSparseArrayDetails (TypeId As DkmManagedTypeId, Count As UInteger) As DkmManagedHeapSparseArrayInfo()
Parameters
- 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.