The properties of the MethodBase class are listed below. For a complete list of MethodBase class members, see the MethodBase Members topic.
Attributes | Retrieves the attributes for this method. |
CallingConvention | Retrieves the calling conventions for this method. |
DeclaringType (inherited from MemberInfo) | Retrieves the class that declares this member. |
IsAbstract | Retrieves whether this is an abstract method. |
IsAssembly | Retrieves whether this is an abstract method. |
IsConstructor | If set, the method is a constructor. |
IsFamily | If set, this method can be called by all subclasses, wherever they are, but not by unrelated classes. |
IsFamilyAndAssembly | If set, this method can be called by subclasses if they are in the same assembly. |
IsFamilyOrAssembly | If set, this method can be called by subclasses, wherever they are, and by all classes in the same assembly. |
IsFinal | If set, this method cannot be overridden by a subclass. |
IsHideBySig | [To be supplied.] |
IsPrivate | If set, this method can be called only by other members of the class itself. |
IsPublic | Retrieves whether this is a public method. |
IsSpecialName | If set, this method has a special name. |
IsStatic | If set, the method is static. |
IsVirtual | Retrieves a value indicating whether the method is virtual. |
MemberType (inherited from MemberInfo) | Retrieves a the type of this member. |
MethodHandle | [To be supplied]. |
Name (inherited from MemberInfo) | Retrieves the name of this member. |
ReflectedType (inherited from MemberInfo) | Retrieves the class object that was used to obtain this instance of MemberInfo. |