ibuffer字节[]。asbuffer扩展方法在哪里?

发布于 2024-12-05 06:36:09 字数 111 浏览 2 评论 0原文

在构建过程中,他们提到要获取 IBuffer,字节数组上有一个名为 AsBuffer() 的扩展方法。不幸的是,他们没有提到它隐藏在哪个命名空间中,并且似乎不在我添加的许多命名空间中。有人找到它藏在哪里了吗?

During build they mentioned that to get an IBuffer, there's an extension method on byte arrays called AsBuffer(). Unfortunately they didn't mention what namespace it's hiding in, and doesn't seem to be in the many I've added. Has anyone found where it's hiding at?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知足的幸福 2024-12-12 06:36:09

命名空间为 System.Runtime.InteropServices.WindowsRuntime。

VS 对象浏览器是你的朋友 - 只要确保相应地设置框架切换器即可。对于 Metro 应用程序中可用的 .NET 库,您需要“.NET Framework Core 4.5”。

The namespace is System.Runtime.InteropServices.WindowsRuntime.

VS Object Browser is your friend here - just be sure to set the framework switcher accordingly. For .NET libraries available in Metro apps, you want ".NET Framework Core 4.5".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文