IDkmManagedHeapSampler Interface

Definition

Interface implemented by sampler to obtain sampled managed heap.

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 12 RTM (DkmApiVersion.VS12RTM).

public interface class IDkmManagedHeapSampler
public interface class IDkmManagedHeapSampler
__interface IDkmManagedHeapSampler
public interface IDkmManagedHeapSampler
type IDkmManagedHeapSampler = interface
Public Interface IDkmManagedHeapSampler

Methods

GetRoots(DkmManagedHeapSampler)

Returns roots from the sampled heap.

GetSampledHeapData(DkmManagedHeapSampler, UInt32)

Returns the next requested portion of serialized object graph data.

GetSampledHeapTypeStats(DkmManagedHeapSampler)

Returns the heap type stats.

InitializeHeapObjectWalk(DkmManagedHeapSampler, UInt32, Boolean)

Initializes heap sampler.

NextObjects(DkmManagedHeapSampler, UInt32)

Walks the given number of objects on the heap.

NextReferences(DkmManagedHeapSampler, UInt32)

Walks the given number of references on the heap.

NextRoots(DkmManagedHeapSampler, UInt32)

Walks the given number of GC roots on the heap.

Applies to