且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我能做些什么用C#和PowerShell?

更新时间:2023-11-05 16:42:34

我觉得你可以用C#做​​,PowerShell是最有趣的事情建立小命令的。这些基本上都是插件PowerShell的被托管代码编写和行为像正常功能。他们有一个动词 - 名词对很多人已经使用的功能实际上是引擎盖下的cmdlet。

I think the most interesting thing you can do with C# and PowerShell is to build CmdLet's. These are essentially plugins to PowerShell that are written in managed code and act like normal functions. They have a verb-noun pair and many of the functions you already use are actually cmdlets under the hood.

http://msdn.microsoft.com/en-us/magazine/cc163293.aspx