MethodBase Class
.NET Framework 3.0
Provides information about methods and constructors.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ClassInterfaceAttribute(ClassInterfaceType.None)> _ <ComVisibleAttribute(True)> _ Public MustInherit Class MethodBase Inherits MemberInfo Implements _MethodBase 'Usage Dim instance As MethodBase
/** @attribute SerializableAttribute() */ /** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ /** @attribute ComVisibleAttribute(true) */ public abstract class MethodBase extends MemberInfo implements _MethodBase
SerializableAttribute ClassInterfaceAttribute(ClassInterfaceType.None) ComVisibleAttribute(true) public abstract class MethodBase extends MemberInfo implements _MethodBase
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: