ICorDebugManagedCallback::UpdateModuleSymbols Method
.NET Framework 4.5
Notifies the debugger that the symbols for a common language runtime module have changed.
HRESULT UpdateModuleSymbols (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugModule *pModule,
[in] IStream *pSymbolStream
);
This method provides an opportunity to update the debugger's view of a module's symbols by calling ISymUnmanagedReader::UpdateSymbolStore or ISymUnmanagedReader::ReplaceSymbolStore.
This callback can occur multiple times for the same module.
A debugger should try to bind unbound source-level breakpoints.
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4.5, 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0