Share via


IDkmManagedHeapSampler175.GetNextDuplicateStrings Method

Definition

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.

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo[]? GetNextDuplicateStrings (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler, uint count);
abstract member GetNextDuplicateStrings : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler * uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo[]
Public Function GetNextDuplicateStrings (managedHeapSampler As DkmManagedHeapSampler, count As UInteger) As DkmManagedHeapDuplicateStringInfo()

Parameters

managedHeapSampler
DkmManagedHeapSampler

[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.

count
UInt32

[In] The number of items requested.

Returns

[Out] The values and counts of the duplicated strings.

Applies to