Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建期间,他们提到要获得 IBuffer,字节数组上有一个名为 AsBuffer() 的扩展方法。不幸的是,他们没有提到它隐藏在哪个名称空间中,而且似乎不在我添加的许多名称空间中。有没有人发现它藏身的地方?
命名空间是System.Runtime.InteropServices.WindowsRuntime.
System.Runtime.InteropServices.WindowsRuntime
VS 对象浏览器是你的朋友——只要确保相应地设置框架切换器。对于 Metro 应用程序中可用的 .NET 库,您需要“.NET Framework Core 4.5”。