Mono Class Library: Overview

System.Reflection.MethodInfo: Method Members

The methods of System.Reflection.MethodInfo are listed below. For a list of all members, see the MethodInfo Members list.

See Also: Inherited members from System.Reflection.MethodBase

Public Methods

abstract
GetBaseDefinition() : MethodInfo
Returns a new System.Reflection.MethodInfo instance that reflects the first definition of the method reflected by the current instance in the inheritance hierarchy of that method.
override
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.
GetGenericMethodDefinition() : MethodInfo
Returns a System.Reflection.MethodInfo object that represents a generic method definition from which the current method can be constructed.
GetType() : Type
Documentation for this section has not yet been entered.
MakeGenericMethod(params Type[]) : MethodInfo
Substitutes the elements of an array of types for the type parameters of the current generic method definition, and returns a System.Reflection.MethodInfo object representing the resulting constructed method.