M
me
Hello,
What I would like to accomplish is scan a directory for
*.dll, then find if any of the .dlls in the directory
contain a certain method.
I have code to determine if the method is in the class...
method, what I don't understand is how to "open" the dll
find the class and then apply the code to determine if
the method is in the class
Thanks
What I would like to accomplish is scan a directory for
*.dll, then find if any of the .dlls in the directory
contain a certain method.
I have code to determine if the method is in the class...
method, what I don't understand is how to "open" the dll
find the class and then apply the code to determine if
the method is in the class
Thanks