IDkmClrMetaDataProvider150 Interface

Definition

Added methods for accessing baseline (original) metadata.

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, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public interface class IDkmClrMetaDataProvider150
public interface IDkmClrMetaDataProvider150
type IDkmClrMetaDataProvider150 = interface
Public Interface IDkmClrMetaDataProvider150

Methods

GetBaselineMetaDataBytesPtr(DkmClrModuleInstance, UInt32)

Get a pointer to the original raw metadata bytes for the given module.

Applies to