After seeing this: Do access modifiers affect reflection also?
I tried using this, but it doesn\'t work:
You can not, the modifiers are only for developers to have proper encapsulation. At the runtime it could be sad that everything is on the same level.
The reflection mechanics, is used usually by application that need to call some pre-configured methods (older ORM) or display them (IDE). It wold be really hard if this mechanism would not be able to do that.