MethodInfo Class |
Namespace: System.Reflection
[SerializableAttribute] public abstract class MethodInfo : MethodBase, _MethodInfo
The MethodInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Overrides MethodBaseEquals(Object).) | |
GetHashCode | Returns the hash code for this instance. (Overrides MethodBaseGetHashCode.) | |
GetParameters | When overridden in a derived class, gets the parameters of the specified method or constructor. (Inherited from MethodBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Equality | Indicates whether two MethodInfo objects are equal. | |
Inequality | Indicates whether two MethodInfo objects are not equal. |
Name | Description | |
---|---|---|
Name | Gets the name of the current member. (Inherited from MemberInfo.) | |
ReturnType | Gets the return type of this method. |