Debugging Tools for Windows |
The ExtRemoteTyped class provides the ability to manipulate typed data on the target. An instance of this class represents a small region of memory on the target. This region is interpreted as a specific type. This class provides methods for manipulating the memory according to the type and for accessing the object hierarchy on the target.
ExtRemoteTyped is a subclass of ExtRemoteData.
The ExtRemoteTyped class includes the following constructors, operators, and methods:
GetFieldSize
class ExtRemoteTyped : public ExtRemoteData
{
public:
DEBUG_TYPED_DATA m_Typed;
bool m_Release;
};
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.