DkmModuleInstance.ReadSymbols Method
Definition
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();
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ReadSymbols ();
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? ReadSymbols ();
member this.ReadSymbols : unit -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function ReadSymbols () As ReadOnlyCollection(Of Byte)
Returns
[Out,Optional] The symbol buffer that is read from debuggee's memory at runtime.