Debugging Tools for Windows

ExtRemoteData::Read

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

Parameters

None

Return Value

None

Comments

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.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteData::ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::Set

Build machine: CAPEBUILD