Browse by Tags

All Tags » Powershell (RSS)
Sorry, but there are no more tags available to filter with.
Loading external poweshell dll / dlls
If you want to use an external .Net lib in powershell, here is a simple example... $lib="C:\yael\YaelExample\bin\Debug\zrlabs.Yael.BasicFilters.dll" [Reflection.Assembly]::LoadFrom($lib); [System.Reflection.Assembly]::Load("System.Drawing...

Posted Sat, Jul 14 2007 10:49 PM by dotgrid | with no comments

Filed under: