IDkmClrRuntimeDebugMonitor150 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |