本文介绍了如何编写自定义PowerShell主机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
类似的NuGet
寻找任何起动材料钻研调试器
Looking for any starter material hopefully before delving into the debugger
推荐答案
的一直致力于写作部分一个PowerShell主机的 PowerShell的SDK 文档中,这是一个不错的起点。
MSDN has a section devoted to writing a PowerShell host in the PowerShell SDK documentation, which is a nice starting point.
此外,一个<一个href="http://www.google.nl/search?sourceid=chrome&ie=UTF-8&q=writing+a+powershell+host">search返回如下:
- http://powershellstation.com/2009/10/12/writing-your-own-powershell-hosting-app-part-1-introduction/
- http://dougfinke.com/blog/index.php/2009/09/02/how-to-host-powershell-in-a-wpf-application/
- http://powershellstation.com/2009/10/12/writing-your-own-powershell-hosting-app-part-1-introduction/
- http://dougfinke.com/blog/index.php/2009/09/02/how-to-host-powershell-in-a-wpf-application/
这篇关于如何编写自定义PowerShell主机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!