All Tags »
PowerShell »
IronPython »
Hosting »
Extending
Sorry, but there are no more tags available to filter with.
-
This is the first part of a 6 part series about using an Hosted IronPython Engine from PowerShell to do some tasks PowerShell does not yet support in V1.
In PowerShell you can very easy host a IronPython engine just by loading the DLL's , see this post on my old blog PowerShell : Hosting IronPython
I use it so solve some shortcomings in ...