How to expose functionality to PowerShell from within your application

前端 未结 3 1121
野的像风
野的像风 2021-02-09 14:58

I was listening to the podcast about PowerShell 2.0 that Scott Hanselman did. In that episode, they talked about the possibilities to extend your application to expose functiona

3条回答
  •  梦谈多话
    2021-02-09 15:42

    Here's a good book on this side of powershell (which doesn't get much coverage in most books).

    Professional Poweshell Programming

    Using this book (and some trips to msdn), I was able to have a custom powershell host up and runnning in a day. A few days later, I had custom cmdlets that interact with the gui (to build treeviews, grids, diagrams, menus, etc.)

提交回复
热议问题