How to find a path to a native library loaded using DllImport in .NET?
- by Stefan
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().