Windows Dll 可以在 Windows Phone 上运行吗?

发布于 2024-10-08 14:02:48 字数 144 浏览 4 评论 0原文

我正在开发一个相对简单的.NET 类库,主要使用基本值和引用类型。为了节省代码重复,我想导出到 1 个可供 Windows PC 和 Windows Phone 设备使用的 DLL?这可能吗?据我所知,所有方法都与.NET和Compact .NET Framework兼容。

I am developing a relatively simple .NET class library mainly using basic value and reference types. To save code duplication, I would like to export to 1 DLL which could be used by both Windows PCs and Windows Phone devices? Is this possible? As far as I know, all methods are compatible with the .NET and Compact .NET Framework.

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

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

发布评论

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

评论(1

来日方长 2024-10-15 14:02:48

是的,只要您坚持使用 Compact Framework 子集,它就可以工作。请查看这篇关于同一主题的 MSDN 文章

引用:

技术和原理
本文讨论的可以是
跨设备写入时使用
代码—面向 Windows 的应用程序
具有不同外形尺寸的设备
(不同的屏幕尺寸、方向、
触摸屏等)。

Yes, as long as you stick to the Compact Framework subset, it will work. Check out this MSDN article on that same topic.

Quote:

The techniques and principles
discussed in this article can be
utilized when writing cross-device
code—applications that target Windows
devices with differing form factors
(different screen sizes, orientations,
touch screens and so on).

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