DkmManagedHeapSampler.GetNextDuplicateStrings(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 duplicate strings from the managed heap. Should not be called before the heap walk has completed.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo[] GetNextDuplicateStrings (uint Count);
member this.GetNextDuplicateStrings : uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo[]
Public Function GetNextDuplicateStrings (Count As UInteger) As DkmManagedHeapDuplicateStringInfo()
Parameters
- Count
- UInt32
[In] The number of items requested.
Returns
[Out] The values and counts of the duplicated strings.