Mono/MonoDroid 上的 MVVM Light 工具包?

发布于 2024-11-03 06:59:56 字数 60 浏览 0 评论 0原文

是否可以在 Mono/Monodroid 上运行 Galasoft MVVM Light Toolkit?

is there a possibility to run the Galasoft MVVM Light Toolkit on Mono/Monodroid?

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

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

发布评论

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

评论(1

南七夏 2024-11-10 06:59:56

MVVM Light Toolkit 使用.Net 的WindowsBase.dll 中的许多接口,这些接口可能无法由mono 实现。结果显示,它不能使用,特别是因为 RelayCommand 依赖于 CommandManager

您可以运行 MoMA 来确定潜在问题。

顶级结果

这是另一个 stackoverflow 问题及其答案,似乎是 monocross (虽然不是 MVVM)。

MVVM Light Toolkit uses a number of interfaces in the WindowsBase.dll of .Net that might not be implemented by mono. As the result shows, it cannot be used especially because the RelayCommand depends on the CommandManager of WPF.

You can run MoMA to determine the potential issues.

Top Level Result

Here is another stackoverflow question with an answer, which appears to be monocross (not MVVM though).

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