The MethodBase class is the abstract base class for obtaining information about methods and constructors.
Object
MemberInfo
MethodBase
[Visual Basic] MustInherit Public Class MethodBase Inherits MemberInfo [C#] public abstract class MethodBase : MemberInfo [C++] public __gc __abstract class MethodBase : public MemberInfo [JScript] public abstract class MethodBase extends MemberInfo
MethodBase is the superclass of MethodInfo and ConstructorInfo.
Namespace: System.Reflection
Assembly: mscorlib.dll