I want to use Powershell to write some utilities, leveraging our own .NET components to handle the actual work. This is in place of writing a small console app to tie the c
you can use [] or use add-type -AssemblyName "System.example" to use assembly for example use :
[]
add-type -AssemblyName "System.example"
[system.drawing]::class ...