MethodBase Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetCurrentMethod | Returns a MethodBase object representing the currently executing method. |
| GetCustomAttributes | Overloaded. When overridden in a derived class, returns all attributes applied to this member. (Inherited from MemberInfo.) |
| GetGenericArguments | Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetMethodBody | When overridden in a derived class, gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for the current method. |
| GetMethodFromHandle | Overloaded. Gets method information using the specified handle. |
| GetMethodImplementationFlags | When overridden in a derived class, returns the MethodImplAttributes flags. |
| GetParameters | When overridden in a derived class, gets the parameters of the specified method or constructor. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Invoke | Overloaded. Invokes the method or constructor reflected by this MethodInfo instance. |
| IsDefined | When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member. (Inherited from MemberInfo.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Runtime.InteropServices._MethodBase.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| System.Runtime.InteropServices._MethodBase.GetType | For a description of this member, see _MethodBase.GetType. |
| System.Runtime.InteropServices._MethodBase.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
| System.Runtime.InteropServices._MethodBase.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| System.Runtime.InteropServices._MethodBase.Invoke | Provides access to properties and methods exposed by an object. |