MethodInfo Members
The following tables list the members exposed by the MethodInfo type.
Protected Constructors
Name | Description | |
---|---|---|
MethodInfo | Initializes a new instance of the MethodInfo class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | (Inherited from MethodBase.) | |
IsAbstract | (Inherited from MethodBase.) | |
IsFinal | (Inherited from MethodBase.) | |
IsPublic | (Inherited from MethodBase.) | |
IsStatic | (Inherited from MethodBase.) | |
IsVirtual | (Inherited from MethodBase.) | |
MemberType | Gets a value indicating that the current member is a method. | |
Name | (Inherited from MethodBase.) | |
ReturnType | Gets the return type of the current method. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | (Inherited from MethodBase.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |