Listing functions of an unmanaged DLL at runtime in c#

Posted by Patrik on Stack Overflow See other posts from Stack Overflow or by Patrik
Published on 2010-03-18T15:15:16Z Indexed on 2010/03/18 15:31 UTC
Read the original article Hit count: 655

Filed under:
|
|
|

Hi,

Is it possible to obtain a list of functions declared in an unmanaged DLL? I want to create this list in a c# program.

Using dumpbin or System.Reflection.Assembly is not possible.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about reflection