MethodInfo Class

Namespace: System.Reflection
Represents a method on a type. You can use the MethodInfo class to discover information about methods and to invoke them dynamically.

Inheritance

  • Object Class
  • MethodBase Abstract Class
  • MethodInfo Abstract Class
  • Members

    See Also