摘要:
在run.sp1中# Create a runspace to run Hello World$rs = [Management.Automation.Runspaces.RunspaceFactory]::CreateRunspace()$rs.ApartmentState, $rs.ThreadOptions = “STA”, “ReuseThread”$rs.Open()$sb = [Sys... 阅读全文
摘要:
WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF ) Welcome to the Week of WPF. During the next 7 days, I’ll help show you how you can use WPF and PowerShell together. P... 阅读全文
摘要:
最近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 .N... 阅读全文