How would I use reflection to call all the methods that has a certain custom attribute?
- by RoboShop
I have a class with a bunch of methods.
some of these methods are marked by a custom attribute.
I would like to call all these methods at once.
How would I go about using reflection to find a list of all the methods in that class that contains this attribute?