The members of System.Reflection.MethodInfo are listed below.
See Also: Inherited members from System.Reflection.MethodBase
Initializes a new instance of the System.Reflection.MethodInfo class. |
[read-only] override | ContainsGenericParameters | bool.
Gets a value indicating whether a generic method contains unassigned generic type parameters. |
[read-only] override | IsGenericMethod | bool.
Gets a value indicating whether the current method is a generic method. |
[read-only] override | IsGenericMethodDefinition | bool.
Gets a value indicating whether the current System.Reflection.MethodInfo represents the definition of a generic method. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is a method. |
[read-only] | ReturnParameter | ParameterInfo.
Gets a System.Reflection.ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers. |
[read-only] | ReturnType | Type.
Gets the return type of this method. |
[read-only] abstract | ReturnTypeCustomAttributes | ICustomAttributeProvider.
Gets the custom attributes for the return type. |
CreateDelegate(Type)
| ||
CreateDelegate(Type, object)
| ||
override | Equals(object)
| |
abstract | GetBaseDefinition()
| |
override | GetGenericArguments()
| |
GetGenericMethodDefinition()
| ||
override | GetHashCode()
| |
GetType()Documentation for this section has not yet been entered. | ||
MakeGenericMethod(params Type[])
|
static | Equality(MethodInfo, MethodInfo) |
Indicates whether two System.Reflection.MethodInfo objects are equal. |
static | Inequality(MethodInfo, MethodInfo) |
Indicates whether two System.Reflection.MethodInfo objects are not equal. |
System.Runtime.InteropServices._MethodInfo.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MethodInfo.GetType |
Provides access to the object.GetType method from COM. | |
System.Runtime.InteropServices._MethodInfo.GetTypeInfo |
Retrieves the type information for an object, which can be used to get the type information for an interface. | |
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. |