winIDEA SDK
|
This class contains profiler area properties.
#include <CProfilerController.h>
Public Member Functions | |
CAreaProperties (const std::string &areaName, DWORD handle, ADDRESS address) | |
Initializes the instance. More... | |
ADDRESS | getAddress () const |
Returns area address. | |
DWORD | getHandle () const |
Returns area handle. | |
std::string | getName () const |
Returns area name. | |
std::string | toString () |
Returns object data as YAML string. | |
|
inline |
Initializes the instance.
areaName | name of the profiler area |
handle | profiler area handle |
address | profiler area start address |