IDkmSymbolMemoryReader.ReadSymbols(DkmModuleInstance) Method
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.
This method is invoked by symbol handlers to read symbols for DkmModuleInstances whose symbols reside in debuggee's memory.
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ReadSymbols(Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ moduleInstance);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ReadSymbols(Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance);
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? ReadSymbols(Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance);
abstract member ReadSymbols : Microsoft.VisualStudio.Debugger.DkmModuleInstance -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function ReadSymbols (moduleInstance As DkmModuleInstance) As ReadOnlyCollection(Of Byte)
- 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.
[Out,Optional] The symbol buffer that is read from debuggee's memory at runtime.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |