[转]PowerShell结合WPF开发图形工具

时间:2022-06-01 20:00:00

最近PowerShell官方blog出现了一系列关于WPF的文章, 我还没有看完, 下面将他们先列出来:

WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )

WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)

WPF & PowerShell -- Part 3 (Handling Events)

WPF & PowerShell -- Part 4 (XAML & Show-Control)

PowerShell and WPF: WTF

WPF & PowerShell - Part 5 ( Using WPF & PowerShell Modules)

WPF & PowerShell - Part 6 (Running Functions in the Background)

WPF & PowerShell - Part 7 (Sharing Hosts)

我看到Part 5了, 晚点为大家带来关于这个系列的翻译和心得. 为什么要把脚本和界面技术WPF放在一起?脚本不是很好么??

脚本是很好, 但是如果你听说过TCL/TK的话, 就能够发现借助WPF, PowerShell利用管道传递对象这一概念把设计快速界面程序集成到PowerShell中.