.NET Micro Framework 不安全代码

发布于 2024-08-02 14:57:07 字数 79 浏览 4 评论 0原文

.NET Micro Framework 是否支持不安全代码?换句话说,我可以在 .NET Micro Framework 的代码中使用指针吗?

Does .NET Micro Framework support unsafe code? In other words, can I use pointers in my code for .NET Micro Framework?

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

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

发布评论

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

评论(2

一江春梦 2024-08-09 14:57:07

来自维基百科页面(强调我的):

例如,平台不
支持对称多处理,
多维数组,
依赖于机器的类型,或者不安全
说明

技术白皮书在省略的功能中列出了它也。

From the Wikipedia page (emphasis mine):

For example, the platform does not
support symmetric multiprocessing,
multi-dimensional arrays,
machine-dependent types, or unsafe
instructions
.

The technical white paper lists it in the omitted features too.

无言温柔 2024-08-09 14:57:07

虽然官方不支持,但我个人在 NETMF 4.2 中使用和测试了不安全代码,发现它按预期工作。

另一位开发人员提供了在 NETMF 上实现 BitConverter 类的示例代码:

http://forums.netduino.com/index.php?/topic/308-bitconverter/

Although officially not supported, I have personally used and tested unsafe code in NETMF 4.2 and find that it works as expected.

Another developer provides sample code for implementing a BitConverter class on NETMF doing just this:

http://forums.netduino.com/index.php?/topic/308-bitconverter/

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