ExtRemoteTyped::OutSimpleValue 方法 (engextcpp.hpp)

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

语法

void OutSimpleValue();

返回值

备注

OutSimpleValue 方法打印的详细信息不如 ExtRemoteTyped::OutFullValue 方法。

该值将发送到调试器引擎的输出回调。

返回

此方法不返回值。

要求

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

另请参阅

ExtRemoteTyped

ExtRemoteTyped::OutFullValue