Hi
I have two delegates. I want to use reflection to load a assembly/classes and the go threw each class to see if the static methods in the class match the delegates.
I got everything up to getting all the methodinfos but i can seem to find any method to check if it matches the delegate and i really dont want to try create and catch exceptions.
thanks