Partager via


MethodInfo Members

The following tables list the members exposed by the MethodInfo type.

Protected Constructors

Name Description
Protected Method MethodInfo Initializes a new instance of the MethodInfo class.

Public Properties

Name Description
Public Property DeclaringType (Inherited from MethodBase.)
Public Property IsAbstract (Inherited from MethodBase.)
Public Property IsFinal (Inherited from MethodBase.)
Public Property IsPublic (Inherited from MethodBase.)
Public Property IsStatic (Inherited from MethodBase.)
Public Property IsVirtual (Inherited from MethodBase.)
Public Property MemberType Gets a value indicating that the current member is a method.
Public Property Name (Inherited from MethodBase.)
Public Property ReturnType Gets the return type of the current method.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Invoke (Inherited from MethodBase.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

MethodInfo Class
System.Reflection Namespace