tags:

views:

15

answers:

0

Is there a way to find the path to a native dll loaded with DllImport?

The only thing that comes to my mind is a series of calls: LoadLibrary(), GetModuleFileName() and FreeLibrary().