IDkmClrMetaDataLoader Interface

Definition

Methods to load metadata for modules that are not loaded in the debuggee 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.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public interface class IDkmClrMetaDataLoader
public interface class IDkmClrMetaDataLoader
__interface IDkmClrMetaDataLoader
public interface IDkmClrMetaDataLoader
type IDkmClrMetaDataLoader = interface
Public Interface IDkmClrMetaDataLoader

Methods

GetMetaDataBytes(DkmClrAppDomain, String, Guid)

Used internally to support DkmClrAppDomain.GetMetaDataBytesPtr. For performance reasons, use GetMetaDataBytesPtr instead of this method.

GetMetaDataBytesPtr(DkmClrAppDomain, String, UInt32)

Get a pointer to the raw metadata bytes of the manifest module of the requested assembly that has not been loaded in the debuggee process. NOTE: This pointer value will become invalid if/when the actual module loads in the debuggee process or if the app domain is unloaded.

ResolveMvidByAssemblyName(DkmClrAppDomain, String)

Resolve an assembly by name and return the MVID of its manifest module.

Applies to