I have a class with a bunch of methods.
some of these methods are marked with a special attribute.
I would like to call all these methods right away.
How can I use reflection to find a list of all the methods in this class that contains this attribute?
reflection c # attributes
Diskdrive
source share