cs [To be supplied.] [To be supplied.] [To be supplied.] retrieve the return type of the method. note that we can only do so on a normal method, not on a ctor. to detect the difference, we check that the parameter is an instanceof MethodInfo. getModifiers returns a string representing the modifiers on a method. The method only applies to an actual method, not a constructor. It determines the difference by testing instanceof MethodInfo. Get the modifiers for the class (public, final, abstract). retrieves the modifiers on the field (final, static). retrieves the type of the field, checking for an array type getVisibility retrieves the visibility of the field (public, etc.).