MethodBase Members
The following tables list the members exposed by the MethodBase type.
Protected Constructors
Name | Description | |
---|---|---|
MethodBase | Initializes a new instance of the MethodBase class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | Gets the class that declares the current method. | |
IsAbstract | Gets a value that indicates whether the current method is abstract. | |
IsFinal | Gets a value that indicates whether the current method is final. | |
IsPublic | Gets a value that indicates whether the current method is public. | |
IsStatic | Gets a value that indicates whether the current method is static. | |
IsVirtual | Gets a value that indicates whether the current method is virtual. | |
MemberType | (Inherited from MemberInfo.) | |
Name | Gets the name of the current method. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | Invokes the method or constructor reflected by the current MethodInfo object. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |