The properties 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
[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. |