The methods of System.Reflection.MethodBase are listed below. For a list of all members, see the MethodBase Members list.
See Also: Inherited members from System.Reflection.MemberInfo
staticGetCurrentMethod() : MethodBase Documentation for this section has not yet been entered.GetGenericArguments() : Type[] Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition.GetMethodBody() : MethodBody Documentation for this section has not yet been entered. staticGetMethodFromHandle(RuntimeMethodHandle) : MethodBase Gets method information by using the method's internal metadata representation (handle). staticGetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) : MethodBase Documentation for this section has not yet been entered. abstractGetMethodImplementationFlags() : MethodImplAttributes Documentation for this section has not yet been entered. abstractGetParameters() : ParameterInfo[] Returns the parameters of the method or constructor reflected by the current instance.GetType() : Type Documentation for this section has not yet been entered.Invoke(object, object[]) : object Invokes the method or constructor reflected by the current instance on the specified object and using the specified arguments. abstractInvoke(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object Invokes the method or constructor reflected by the current instance as determined by the specified arguments.