Debugging Tools for Windows |
The Read method reads the contents of the target's memory, represented by the ExtRemoteData object, and then caches the data.
void
ExtRemoteData::Read(
void
) throw(...)
None
None
When the region of memory is specified either by the , ExtRemoteData::ExtRemoteData constructor or by the ExtRemoteData::Set method, the contents are automatically read from the target and cached. This method only needs to be called if the memory on the target might have changed.
The data can be retrieved using ExtRemoteData::GetData or one of the typed "get" methods.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
ExtRemoteData::ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::Set