DkmManagedHeapSampler.GetNextSparseArraySummaries(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.
Attempts to retrieve the value of the next requested portion of the sparse array summary 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.DkmManagedHeapSparseArraySummaryInfo[] GetNextSparseArraySummaries (uint Count);
member this.GetNextSparseArraySummaries : uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSparseArraySummaryInfo[]
Public Function GetNextSparseArraySummaries (Count As UInteger) As DkmManagedHeapSparseArraySummaryInfo()
Parameters
- Count
- UInt32
[In] The number of items requested.
Returns
[Out] The sparse array summary information objects. Aggregated by element type.