Can PowerShell be used as code for WPF

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

+3
source share
4 answers

PowerShellPack now has WPK , which makes creating a WPF interface in PowerShell extremely easy and enjoyable.

+1
source

, . , Visual Studio # VB WPF, , , WPF . .NET WPF "", , PowerShell WPF.

0
0

Source: https://habr.com/ru/post/1705420/


All Articles