Retrieving method signature from non-dotNet Dlls.
Hi
Is there any way to get the methods and their signature from a dynamically loaded non-dotNet Dll.
Though its possible to retrieve the above from a .Net Dll using System.Reflection, I'm not able to get these data from other Dlls.
Pls help me with sample codes!
Thnx in advance.
Ganesh.