IDkmSymbolMemoryReader.ReadSymbols(DkmModuleInstance) Method

Definition

This method is invoked by symbol handlers to read symbols for DkmModuleInstances whose symbols reside in debuggee's memory.

C++
public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ReadSymbols(Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ moduleInstance);

Parameters

moduleInstance
DkmModuleInstance

[In] The Module Instance class represent a code bundle (ex: dll or exe) which is loaded into a particular process at a particular location. Module Instance objects are 1:1 with the execution environment's notion of a code bundle. For example, in native code, Module Instance objects are 1:1 with base address.

Returns

[Out,Optional] The symbol buffer that is read from debuggee's memory at runtime.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022