首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C#调用.ps1,该怎么处理

2013-04-20 
C#调用.ps1C#调用.ps1项目中引用了System.Management可是using System.Management.Automationusing Syste

C#调用.ps1
C#调用.ps1
项目中引用了System.Management
可是
using System.Management.Automation;
using System.Management.Automation.Runspaces;
都引用不上,为什么?
[解决办法]
System.Management下没有Automation命名空间啊

热点排行