Search notes:

System.Reflection.MethodBase (class)

System.Reflection.MethodBase inherits from System.Reflection.MemberInfo and is the base class for System.Reflection.ConstructorInfo and System.Reflection.MethodInfo.

Methods and properties

Attributes
CallingConvention
ContainsGenericParameters
Equals()
GetCurrentMethod()
GetGenericArguments()
GetHashCode()
GetMethodBody()
GetMethodFromHandle()
GetMethodImplementationFlags()
GetParameters() Returns an array of System.Reflection.ParameterInfo objects
Invoke()
IsAbstract
IsAssembly
IsConstructedGenericMethod
IsConstructor
IsFamily
IsFamilyAndAssembly
IsFamilyOrAssembly
IsFinal
IsGenericMethod
IsGenericMethodDefinition
IsHideBySig
IsPrivate
IsPublic
IsSecurityCritical
IsSecuritySafeCritical
IsSecurityTransparent
IsSpecialName
IsStatic
IsVirtual
MethodHandle
MethodImplementationFlags

Index