Browse by Tags
All Tags »
Powershell (
RSS)
Sorry, but there are no more tags available to filter with.
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...