Let\'s suppose I have an instance of a class X with a method Y of which we will know the name only at runtime, how can I get a reference to it using reflection?
Somet