What is the best way to dynamically P/Invoke unmanaged code from .NET?
For example, I have a number of unmanaged DLL\'s with common C-style exports between them. I
Also see this blog post from Jonathan Swift title Dynamically calling an unmanaged dll from .net