了解月光;它是一个框架吗?

发布于 2024-12-07 07:55:07 字数 169 浏览 1 评论 0原文

我试图了解 Moonlight 是否是一个与 Mono 框架相似但独立的框架,就像 silverlight 与 dot net 框架相似但独立一样。

我正在尝试编写一个适用于 Moonlight 和 Mono 的库,我想知道是否需要针对特定​​框架(如 silverlight 和 dot net 的情况)。

I'm trying to understand if moonlight is a framework which is similar yet independent to the mono framework in exactly the same way as silverlight is similar yet independent for dot net framework.

I'm trying to write a library that works for both moonlight and mono and I was wondering if I would need to target specific frameworks (as is the case with silverlight and dot net).

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

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

发布评论

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

评论(1

无悔心 2024-12-14 07:55:07

Moonlight 使用 Mono 运行时,但与 Silverlight 一样,使用可用 .NET 框架的子集。所以,是的,您需要为桌面和 Moonlight 定位不同的框架(Moonlight 使用 2.1 配置文件,与 Silverlight 相同)。

Moonlight uses the Mono runtime but, like Silverlight, uses a subset of the available .NET framework. So yes, you'll need to target different frameworks for desktop vs Moonlight (Moonlight uses the 2.1 profile, same as Silverlight).

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