ExtRemoteTyped::OutSimpleValue 方法 (engextcpp.hpp)

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

语法

void OutSimpleValue();

返回值

没有

言论

OutSimpleValue 方法不打印与 ExtRemoteTyped::OutFullValue 方法相同的详细信息。

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

返回

此方法不返回值。

要求

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

另请参阅

ExtRemoteTyped

ExtRemoteTyped::OutFullValue