Share via


DkmManagedHeapSampler.AnalyzeDuplicateStrings Method

Definition

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.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).

public void AnalyzeDuplicateStrings ();
member this.AnalyzeDuplicateStrings : unit -> unit
Public Sub AnalyzeDuplicateStrings ()

Applies to