Share via


IDkmClrManagedHeapStringProvider Interface

Definition

Interface implemented by the CLR Inspector to efficiently evaluate 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: BaseDebugMonitorId, EngineId, RuntimeId, TransportKind.

This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).

public interface IDkmClrManagedHeapStringProvider
type IDkmClrManagedHeapStringProvider = interface
Public Interface IDkmClrManagedHeapStringProvider

Methods

GetArrayLayoutForType(DkmClrRuntimeInstance, DkmManagedTypeId)

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

Applies to