文章分类 -  C#

摘要:/* * C#调用PowerShell代码示例 * * 需要引用System.Management.Automantion.dll */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; us... 阅读全文
posted @ 2009-03-12 14:57 Yoshow 阅读(4758) 评论(0) 推荐(0)