Can PowerShell be used as code behind for WPF

Posted by alex2k8 on Stack Overflow See other posts from Stack Overflow or by alex2k8
Published on 2009-03-26T16:11:58Z Indexed on 2010/04/28 20:37 UTC
Read the original article Hit count: 312

Filed under:
|
|

We can use [Windows.Markup.XamlReader]::Load to load XAML file in PowerShell, but is there some way to specify some PowerShell script as code behind?

© Stack Overflow or respective owner

Related posts about powershell

Related posts about wpf