How to run and dynamically compile C# code in a PowerShell script
16 March, 2010
0 Comments
1 category
In PowerShell you can run C# code by executing code from an assembly, but you can also dynamically compile C# code at runtime in a PowerShell script, see: