DkmModuleInstance.ReadSymbols Method

Definition

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 ();
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.

Applies to