如何使扩展方法库发挥双重作用 - SL4 和 .NET4

发布于 2024-12-03 11:58:45 字数 270 浏览 1 评论 0原文

我想在 SL4 应用程序中利用一些实用程序和扩展方法。我知道要引用程序集,项目类型必须是 SL4 类库。我还了解到 SL 是 .NET 框架的子集。因此,并非所有功能都是可移植的。因此,假设我想在 SL4 应用程序中使用的所有代码都可以移植到 SL4。

将现有项目/普通旧式 CLR 库公开给 SL4 的最简单方法是什么?我正在寻找可维护的工作流程。当我针对该库进行开发时,我希望利用 SL4 应用程序中的新功能,而无需重写 SL4 类库中的代码。

萨利有一个简单的方法,我完全想念......

I have some utilities and extension methods that I would like to leverage in an SL4 app. I know that to reference an assembly the project type has to be SL4 class library. I also understand that SL is a subset of the .NET framework. Therefore not all functionality is portable. So assume all the code I want to leverage in my SL4 app is portable to SL4.

What is the easiest way to expose an existing project/plain-old-CLR-library to SL4? I am looking for a maintainable workflow. As I develop against the library I want to leverage the new features in my SL4 app without having to rewrite the code in an SL4 class library.

Surley there is an easy way that I am completely missing...

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

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

发布评论

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

评论(1

再见回来 2024-12-10 11:58:45

听起来您想要 在 Windows 和 Silverlight 类库之间共享 C# 代码< /a>

另一种方法是在 .NET 库和 Silverlight 库之间共享(链接)类。一种简单的方法是使用 ProjectLinker 工具。

Sounds like you want Sharing C# code between Windows and Silverlight class libraries

Another way you can do it is to just share(link) classes between your .NET library and your Silverlight library. An easy way to do this is to use the ProjectLinker tool.

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