Mono Class Library: Overview

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