Reading a DLL and List the function in a listbox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hello all, i have added a DLL to the my c# window application through the add reference option in .net. My requirement is to list the functions and it's parameters to a listbox Is this possible ? any suggestions ??? thanks Tony
You can achieve it via Reflection.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion