我想在我的C#应用程序中托管PowerShell version5的程序集,我安装了.NET Framework4.7,我只从下面的路径中找到System.management.automation.dll
:
C:\Program Files (x86)\Reference Assemblies\Microsoft\WindowsPowerShell\3.0\System.Management.Automation.dll
C:\windows\assembly\GAC_MSIL\System.Management.Automation
哪一款是PowerShell V5的组装?提前致谢!
如果要在主机上引用已安装的Powershell版本,则需要在项目中添加对System.Management.Automation.Powershell
的引用。文章Windows Powershell Host Quickstart为您提供了坚韧不拔的细节。