我可以在 Windows 8 的 WinRT Metro 风格应用程序上使用现有的 .Net 4.0 类库吗

发布于 2025-01-01 06:02:03 字数 257 浏览 1 评论 0原文

我刚刚开始深入研究 Metro Style 应用程序开发,当我查看应用程序的属性时,我意识到没有针对性的框架。

那么,我可以在适用于 Windows 8 的 WinRT Metro Stype 应用程序上使用现有的 .Net 4.0 类库(或以前的类库)吗?

例如,我想获取 Autofac 并使用它,但我不确定它是否合适。

编辑

我认为它实际上是针对.Net Framework Core 4.5。

I just started diving into Metro Style application development and I realized that there is no framework targeted when I look at the properties of the application.

So, can I use my existing .Net 4.0 Class Libraries (or previous ones) on WinRT Metro Stype Applications for Windows 8?

For example, I would like to get the Autofac and use it but I am not sure if it would be a right fit.

Edit

I think it is actually targeting .Net Framework Core 4.5.

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

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

发布评论

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

评论(1

我的影子我的梦 2025-01-08 06:02:03

虽然许多 WinRT API 与 .NET API 非常相似,但您不能直接共享类库。这与 WPF、Silverlight 和 Silverlight for Windows Phone 的情况相同,其中 API 相似,但类库不可互换。但是,如果您使用可移植类库( PCL)。我猜想 PCL 将来有可能支持 WinRT,但是,我确信它会像 XBox360 支持一样,只有核心库可以共享。

Whilst a number of WinRT APIs are quite similar to the .NET APIs, you cannot directly share class libraries. This is the same situation with WPF, Silverlight and Silverlight for Windows Phone, where the APIs are similar but class libraries are not interchangeable. You can however target these three platforms if you use the Portable Class Library (PCL). I guess there is a chance that the PCL might support WinRT in the future, however, I am sure it will be much like XBox360 support, where only the core libraries can beshared.

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