المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Dll info



C# Programming
09-17-2009, 10:40 PM
No, can't figure this out by myself...

I do have some dll's written in c++ which are part of a big project. Now I want to do a C# program that only display functions and parameters from a selected dll dynamically.
Tried some with LoadLibrary but can't get it to work. I won't call the dll code just need the info. Ideas?