Share via


IDkmManagedHeapSampler174 Interface

Definition

Interface implemented by heap sampler to defer roots analysis.

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 4 (DkmApiVersion.VS17Update4).

public interface IDkmManagedHeapSampler174
type IDkmManagedHeapSampler174 = interface
Public Interface IDkmManagedHeapSampler174

Methods

DeferRootsAnalysis(DkmManagedHeapSampler)

Indicate to the heap sampler that roots analysis should be deferred and that results should be returned without live objects identified.

GetSampledHeapDataWithoutRoots(DkmManagedHeapSampler, UInt32)

Returns the next requested portion of serialized object graph data, without including root information.

Applies to