ICLRDebuggingLibraryProvider Interface

Includes the ProvideLibrary Method method, which gets a library provider callback interface that allows common language runtime version-specific debugging libraries to be located and loaded on demand.

Methods

Method Description
ProvideLibrary Method Allows the debugger to provide a handle to a module which can be used to load a debug library.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4

See also