构建针对 PowerShell V1 和 PowerShell V2 的管理单元

发布于 2024-08-11 00:45:18 字数 171 浏览 8 评论 0原文

如何构建针对 PowerShell v1 和 v2 的 PowerShell 管理单元?鉴于 v1 和 v2 无法并排安装,我如何引用适当的程序集并针对它们进行构建?

随着事情的发展,我将不可避免地添加新的 PowerShell v2 特定功能。因此,我需要针对不同版本的 PowerShell 构建单独的产品。

How do I build a PowerShell snap-in to target PowerShell v1 and v2? Given that v1 and v2 can't be installed side by side how can I reference the appropriate assemblies and build against them?

Inevitably as things go on I'm going to be adding new PowerShell v2 specific features. So I'm going to need separate product builds targeting different versions of PowerShell.

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

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

发布评论

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

评论(1

德意的啸 2024-08-18 00:45:18

我们通过 PowerShell 社区扩展 1.2 来实现这一点。我们只引用了 System.Management.Automation 的 PowerShell 1.0 版本,但据我所知,该程序集只有 1.0 版本。不管怎样,管理单元在 PowerShell 1.0 和 2.0 中都能正常加载并运行。

We do that with the PowerShell Community Extensions 1.2. We just reference the PowerShell 1.0 version of System.Management.Automation but AFAICT there is only a 1.0 version of this assembly. Anyway, the snapin loads and runs fine in both PowerShell 1.0 and 2.0.

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