Mono Class Library: OverviewSystem.Reflection.MethodInfo: Members |
The members of System.Reflection.MethodInfo are listed below.
See Also: Inherited members from System.Reflection.MethodBase
Constructs a new instance of the System.Reflection.MethodInfo class.
[read-only] overrideContainsGenericParameters bool. Gets a value that indicates whether a generic method contains unassigned generic type parameters. [read-only] overrideIsGenericMethod bool. Returns a value that indicates whether the current method is a generic method. [read-only] overrideIsGenericMethodDefinition bool. Gets a value that indicates whether the current stem.Reflection.MethodInfo represents the definition of a generic method. [read-only] overrideMemberType MemberTypes. Documentation for this section has not yet been entered. [read-only] ReturnParameter ParameterInfo. Documentation for this section has not yet been entered. [read-only] ReturnType Type. Gets the type of the return value of the method reflected by the current instance. [read-only] abstractReturnTypeCustomAttributes ICustomAttributeProvider. Documentation for this section has not yet been entered.
abstractGetBaseDefinition() : 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. overrideGetGenericArguments() : 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.
System.Runtime.InteropServices._MethodInfo.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodInfo.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodInfo.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._MethodInfo.Invoke Documentation for this section has not yet been entered.