I hold before you a DLL. Using only the Win32 SDK, can you tell me if this DLL is a .NET assembly?
Why? Our application loads plugins in the form of DLLs. We are try
I would simply try to load it as a .NET assembly, and if it fails, fall back to "unmanaged" interface.