我正在尝试编写一个metro风格的应用程序来从TCP流中读取数据。我使用的是Visual C ++。
问题是无法找到ASStream扩展方法。
我有以下指令:
#using <System.Runtime.InteropServices.WindowsRuntime.dll>
using namespace System::IO;
using namespace System::Runtime::InteropServices::WindowsRuntime;
ASStream应该是System.Runtime.InteropServices.WindowsRuntime命名空间中的WindowsRuntimeBuffer类的一部分。但是对象浏览器显然没有在System.Runtime.InteropServices.WindowsRuntime命名空间中显示该类。
答案 0 :(得分:0)
Metro风格应用程序仅支持本机C ++。不支持C ++ / CLI,并且本机C ++组件不直接支持.NET Framework。