System.Reflection.MethodInfo: Property Members

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

Public Properties

[read-only]
override
ContainsGenericParametersbool.

Gets a value indicating whether a generic method contains unassigned generic type parameters.

[read-only]
override
IsGenericMethodbool.

Gets a value indicating whether the current method is a generic method.

[read-only]
override
IsGenericMethodDefinitionbool.

Gets a value indicating whether the current System.Reflection.MethodInfo represents the definition of a generic method.

[read-only]
override
MemberTypeMemberTypes.

Gets a System.Reflection.MemberTypes value indicating that this member is a method.

[read-only]
ReturnParameterParameterInfo.

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]
ReturnTypeType.

Gets the return type of this method.

[read-only]
abstract
ReturnTypeCustomAttributesICustomAttributeProvider.

Gets the custom attributes for the return type.