Share via


IDkmClrManagedHeapTypeLayoutProvider Interface

Definition

Interface implemented by the CLR Inspector to provide type layout information.

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

This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).

public interface IDkmClrManagedHeapTypeLayoutProvider
type IDkmClrManagedHeapTypeLayoutProvider = interface
Public Interface IDkmClrManagedHeapTypeLayoutProvider

Methods

GetTypeLayoutForType(DkmClrRuntimeInstance, DkmManagedTypeId)

Given a managed type id, get the type layout of that type.

Applies to