PowerShell版本4或版本5程序集的参考路径

时间:2019-04-15 14:26:25

标签: c# powershell powershell-v4.0

我想在我的C#应用​​程序中托管PowerShell version5的程序集,我安装了.NET Framework4.7,  我只能从以下路径中找到System.management.automation.dll

  1. C:\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\3.0\System.Management.Automation.dll
  2. C:\windows\assembly\GAC_MSIL\System.Management.Automation

PowerShell V5的程序集是哪个? 预先感谢!

1 个答案:

答案 0 :(得分:0)

如果要在主机上引用Powershell的安装版本,则可以在项目中添加对System.Management.Automation.Powershell的引用。文章Windows Powershell Host Quickstart为您提供了详尽的细节。