IDkmModuleSymbolsReload.ReplaceSymbols(DkmModuleInstance, Byte[]) 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.
Replaces the symbol file contents backing this DkmModule for managed symbols.
public:
void ReplaceSymbols(Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ moduleInstance, cli::array <System::Byte> ^ symbolBytes);
public void ReplaceSymbols (Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance, byte[] symbolBytes);
abstract member ReplaceSymbols : Microsoft.VisualStudio.Debugger.DkmModuleInstance * byte[] -> unit
Public Sub ReplaceSymbols (moduleInstance As DkmModuleInstance, symbolBytes As Byte())
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.
- symbolBytes
- Byte[]
[In] Raw data for the symbol stream.