Mono Class Library: Overview

System.Reflection.MethodInfo: Members

The members of System.Reflection.MethodInfo are listed below.

See Also: Inherited members from System.Reflection.MethodBase

Protected Constructors

Constructs a new instance of the System.Reflection.MethodInfo class.

Public Properties

[read-only]
override
ContainsGenericParametersbool. Gets a value that indicates whether a generic method contains unassigned generic type parameters.
[read-only]
override
IsGenericMethodbool. Returns a value that indicates whether the current method is a generic method.
[read-only]
override
IsGenericMethodDefinitionbool. Gets a value that indicates whether the current stem.Reflection.MethodInfo represents the definition of a generic method.
[read-only]
override
MemberTypeMemberTypes. Documentation for this section has not yet been entered.
[read-only]
ReturnParameterParameterInfo. Documentation for this section has not yet been entered.
[read-only]
ReturnTypeType. Gets the type of the return value of the method reflected by the current instance.
[read-only]
abstract
ReturnTypeCustomAttributesICustomAttributeProvider. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._MethodInfo.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodInfo.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodInfo.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MethodInfo.InvokeDocumentation for this section has not yet been entered.