Share via


IDkmManagedHeapSampler175 Interface

Definition

Interface implemented by heap sampler to detect 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 5 (DkmApiVersion.VS17Update5).

public interface IDkmManagedHeapSampler175
type IDkmManagedHeapSampler175 = interface
Public Interface IDkmManagedHeapSampler175

Methods

GetAddressesForDuplicatedStringValue(DkmManagedHeapSampler, String)

Retrieve all the addresses found for the given duplicated string value. Only returns valid results for strings obtained via GetNextDuplicateStrings.

GetNextDuplicateStrings(DkmManagedHeapSampler, UInt32)

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.

Applies to