1
Answer

Retrieving method signature from non-dotNet Dlls.

syn_ganeshv

syn_ganeshv

20y
1.6k
1
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.
Answers (1)