Share via


IDkmManagedHeapSampler177 Interface

Definition

Interface implemented by the managed heap sampler to retrieve segments and analyze duplicate strings.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: EngineId, RuntimeId.

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

public interface IDkmManagedHeapSampler177
type IDkmManagedHeapSampler177 = interface
Public Interface IDkmManagedHeapSampler177

Methods

AnalyzeDuplicateStrings(DkmManagedHeapSampler)

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.

GetSegments(DkmManagedHeapSampler)

Gets the list of segments in the heap.

Applies to