ExtRemoteTyped::OutFullValue 方法 (engextcpp.hpp)

OutFullValue 方法打印此对象表示的类型化数据的类型和值。

语法

void OutFullValue();

返回值

备注

OutFullValue 方法打印的详细信息比 ExtRemoteTyped::OutSimpleValue 方法更多。 例如, OutFullValue 打印取消引用的指针及其指向的值。

类型和值信息将发送到调试器引擎的输出回调。

返回

此方法不返回值。

要求

要求
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteTyped

ExtRemoteTyped::OutSimpleValue