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: 770
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