ILiveMemoryManager Interface
Allows reading/writing the target memory without stopping it.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public interface ILiveMemoryManager
Note that this class can only read/write memory given the raw addresses. To get the addresses of various symbols or struct fields, see
ILiveSymbolParserCreateLiveVariable |
Creates a live variable given the address and type.
|
ReadMemory |
Reads the target memory without having to create a live variable.
|
TriggerUpdate |
Forces an immediate update of all active live variables.
|