The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodBase Class
.NET Framework 2.0
Provides information about methods and constructors.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] public abstract class MethodBase : MemberInfo, _MethodBase
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ public abstract class MethodBase extends MemberInfo implements _MethodBase
SerializableAttribute ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) public abstract class MethodBase extends MemberInfo implements _MethodBase
MethodBase is the base class of MethodInfo and ConstructorInfo.
Notes to Inheritors When you inherit from MethodBase, you must override the following members: MethodBase.GetParameters, MethodBase.Invoke, MethodBase.GetMethodImplementationFlags, MethodBase.MethodHandle, MethodBase.Attributes, MemberInfo.Name, MemberInfo.DeclaringType, MemberInfo.MemberType, MemberInfo.ReflectedType, MemberInfo.GetCustomAttributes(Boolean), MemberInfo.GetCustomAttributes(Type,Boolean), and MemberInfo.IsDefined. System.Object
System.Reflection.MemberInfo
System.Reflection.MethodBase
System.Reflection.ConstructorInfo
System.Reflection.MethodInfo
System.Reflection.MemberInfo
System.Reflection.MethodBase
System.Reflection.ConstructorInfo
System.Reflection.MethodInfo
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
Show: