Share via


IDkmManagedHeapSampler176 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 6 (DkmApiVersion.VS17Update6).

public interface IDkmManagedHeapSampler176
type IDkmManagedHeapSampler176 = interface
Public Interface IDkmManagedHeapSampler176

Methods

AnalyzeSparseArrays(DkmManagedHeapSampler)

Analyze the sparse arrays.

GetNextSparseArrayDetails(DkmManagedHeapSampler, DkmManagedTypeId, UInt32)

Attempts to retrieve the value of the next requested portion of the sparse array instance objects.

GetNextSparseArraySummaries(DkmManagedHeapSampler, UInt32)

Attempts to retrieve the value of the next requested portion of the sparse array summary objects.

GetSampledHeapTypeStats176(DkmManagedHeapSampler, Boolean)

Returns the heap type stats, optionally including dead objects in the counts.

Applies to