IDkmClrRuntimeDebugMonitor150 Interface

Definition

Interface implemented by the managed DM to obtain information about the current runtime state of the process.

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 IDkmClrRuntimeDebugMonitor150
public interface IDkmClrRuntimeDebugMonitor150
type IDkmClrRuntimeDebugMonitor150 = interface
Public Interface IDkmClrRuntimeDebugMonitor150

Methods

GetBaselineMetaDataBytes(DkmClrModuleInstance)

Obtains the baseline bytes of the CLR metadata from a given module.

Applies to