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

CreateDelegate(Type) : Delegate

Creates a delegate of the specified type from this method.

CreateDelegate(Type, object) : Delegate

Creates a delegate of the specified type with the specified target from this method.

override
Equals(object) : bool

Returns a value that indicates whether this instance is equal to a specified object.

abstract
GetBaseDefinition() : MethodInfo

When overridden in a derived class, returns the MethodInfo object for the method on the direct or indirect base class in which the method represented by this instance was first declared.

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.

override
GetHashCode() : int

Returns the hash code for this instance.

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.