【例子介绍】C#运行powershell例子
一个c#下运行powershell的例子
【相关图片】
【源码结构】
文件清单
└── HowToRunPowerShell
    ├── HowToRunPowerShell
    │   ├── bin
    │   ├── FormPowerShellSample.cs
    │   ├── FormPowerShellSample.Designer.cs
    │   ├── FormPowerShellSample.resx
    │   ├── HowToRunPowerShell.csproj
    │   ├── obj
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       ├── Resources.resx
    │       ├── Settings.Designer.cs
    │       └── Settings.settings
    └── HowToRunPowerShell.sln
5 directories, 11 files

 
 
 
					
				
评论