For example if you have a simple managed console app and a simple unmanaged C++ DLL. You pInvoke into a function in the C++ DLL, does the DLL stay loaded in the unmanaged process until said process comes down? Or does the DLL get unloaded at the completion of every pInvoke call?
views:
35answers:
1Thanks, can you point to any reference for this? Just wondering as I couldn't find it stated anywhere explicitely.
Rhubarb
2010-10-13 02:16:04