Hi,
does anybody know how you can retrieve the methods and functions out of a DLL.
It must be possible to do. If you look at MTS and you insert a dll and expands the tree of that dll, you get a list of all methods.
So I presume that there must be some existing API calls that retrieves those methods out of the DLL.

THX.