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().
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().