MethodBase Members
Public Properties
Attributes Supported by the .NET Compact Framework. | Gets the attributes associated with this method. |
CallingConvention Supported by the .NET Compact Framework. | Gets a value indicating the calling conventions for this method. |
DeclaringType (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the class that declares this member. |
IsAbstract Supported by the .NET Compact Framework. | Gets a value indicating whether the method is abstract. |
IsAssembly Supported by the .NET Compact Framework. | Gets a value indicating whether this method can be called by other classes in the same assembly. |
IsConstructor Supported by the .NET Compact Framework. | Gets a value indicating whether the method is a constructor. |
IsFamily Supported by the .NET Compact Framework. | Gets a value indicating whether access to this method is restricted to members of the class and members of its derived classes. |
IsFamilyAndAssembly Supported by the .NET Compact Framework. | Gets a value indicating whether this method can be called by derived classes if they are in the same assembly. |
IsFamilyOrAssembly Supported by the .NET Compact Framework. | Gets a value indicating whether this method can be called by derived classes, wherever they are, and by all classes in the same assembly. |
IsFinal Supported by the .NET Compact Framework. | Gets a value indicating whether this method is final. |
IsHideBySig Supported by the .NET Compact Framework. | Gets a value indicating whether only a member of the same kind with exactly the same signature is hidden in the derived class. |
IsPrivate Supported by the .NET Compact Framework. | Gets a value indicating whether this member is private. |
IsPublic Supported by the .NET Compact Framework. | Gets a value indicating whether this is a public method. |
IsSpecialName Supported by the .NET Compact Framework. | Gets a value indicating whether this method has a special name. |
IsStatic Supported by the .NET Compact Framework. | Gets a value indicating whether the method is static (Shared in Visual Basic) . |
IsVirtual Supported by the .NET Compact Framework. | Gets a value indicating whether the method is virtual (Overridable in Visual Basic) . |
MemberType (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the type of this member, such as field, method, and so on. |
MethodHandle Supported by the .NET Compact Framework. | Gets a handle to the internal metadata representation of a method. |
Name (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the name of this member. |
ReflectedType (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the class object that was used to obtain this instance of MemberInfo. |
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
![]() GetCurrentMethod | Returns a MethodBase object representing the currently executing method. |
GetCustomAttributes (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, returns all attributes defined on this member. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() GetMethodFromHandle Supported by the .NET Compact Framework. | Gets method information by using the method's internal metadata representation (handle). |
GetMethodImplementationFlags | When overridden in a derived class, returns the MethodImplAttributes flags. |
GetParameters Supported by the .NET Compact Framework. | When overridden in a derived class, gets the parameters of the specified method or constructor. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
Invoke Supported by the .NET Compact Framework. | Overloaded. Invokes the method or constructor reflected by this MethodInfo instance. |
IsDefined (inherited from MemberInfo)
Supported by the .NET Compact Framework. | When overridden in a derived class, indicates whether one or more instance of attributeType is defined on this member. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Constructors
MethodBase Constructor Supported by the .NET Compact Framework. | Initializes a new instance of the MethodBase class. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |



