How to find a path to a native library loaded using DllImport in .NET?

Posted by Stefan on Stack Overflow See other posts from Stack Overflow or by Stefan
Published on 2010-05-20T09:45:06Z Indexed on 2010/05/20 9:50 UTC
Read the original article Hit count: 227

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about dllimport