IDkmManagedHeapSampler177.AnalyzeDuplicateStrings 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.
Analyze the duplicate strings found on the heap, without returning them. Should be called after the objects walk, and never after the roots walk as the process may have resumed.
public void AnalyzeDuplicateStrings (Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler managedHeapSampler);
abstract member AnalyzeDuplicateStrings : Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSampler -> unit
Public Sub AnalyzeDuplicateStrings (managedHeapSampler As DkmManagedHeapSampler)
Parameters
- managedHeapSampler
- DkmManagedHeapSampler
[In] DkmManagedHeapSampler represents a sampler for objects in the managed heap.