MethodBase Methods
Silverlight
The MethodBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCurrentMethod | Returns a MethodBase object that represents the currently executing method. |
|
GetCustomAttributes(Boolean) | When overridden in a derived class, returns an array of all custom attributes applied to this member. (Inherited from MemberInfo.) |
|
GetCustomAttributes(Type, Boolean) | When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type. (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. (Inherited from Object.) |
|
GetMethodFromHandle(RuntimeMethodHandle) | Gets method information for the method that is represented by the specified handle. |
|
GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) | Gets the constructor or method represented by the specified handle, for the specified generic type. |
|
GetMethodImplementationFlags | When overridden in a derived class, returns the MethodImplAttributes flags. |
|
GetParameters | When overridden in a derived class, gets the parameters of this method or constructor. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Invoke(Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. |
|
Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) | When overridden in a derived class, invokes the reflected method or constructor with the given parameters. |
|
IsDefined | When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member. (Inherited from MemberInfo.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |