Mono Class Library: Overview

System.Reflection.MethodBase: Method Members

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

Public Methods

static
GetCurrentMethod() : 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.
static
GetMethodFromHandle(RuntimeMethodHandle) : MethodBase
Gets method information by using the method's internal metadata representation (handle).
static
GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) : MethodBase
Documentation for this section has not yet been entered.
abstract
GetMethodImplementationFlags() : MethodImplAttributes
Documentation for this section has not yet been entered.
abstract
GetParameters() : 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.
abstract
Invoke(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object
Invokes the method or constructor reflected by the current instance as determined by the specified arguments.