Can you remove an Add-ed Type in PowerShell again?
I'm currently writing a library in C# and was using PowerShell to quickly test it on some occasions. However, this prevents me from re-building the project as PowerShell obviously still has the DLL open. Is there a way of unloading the DLL again after adding it with Add-Type? The documentation doesn't seem to have clues on that and the ...