Attributes (inherited from MethodBase) |
Retrieves the attributes for this method. |
CallingConvention (inherited from MethodBase) |
Retrieves the calling conventions for this method. |
DeclaringType (inherited from MemberInfo) |
Retrieves the class that declares this member. |
IsAbstract (inherited from MethodBase) |
Retrieves whether this is an abstract method. |
IsAssembly (inherited from MethodBase) |
Retrieves whether this is an abstract method. |
IsConstructor (inherited from MethodBase) |
If set, the method is a constructor. |
IsFamily (inherited from MethodBase) |
If set, this method can be called by all subclasses, wherever they are, but not by unrelated classes. |
IsFamilyAndAssembly (inherited from MethodBase) |
If set, this method can be called by subclasses if they are in the same assembly. |
IsFamilyOrAssembly (inherited from MethodBase) |
If set, this method can be called by subclasses, wherever they are, and by all classes in the same assembly. |
IsFinal (inherited from MethodBase) |
If set, this method cannot be overridden by a subclass. |
IsHideBySig (inherited from MethodBase) |
[To be supplied.] |
IsPrivate (inherited from MethodBase) |
If set, this method can be called only by other members of the class itself. |
IsPublic (inherited from MethodBase) |
Retrieves whether this is a public method. |
IsSpecialName (inherited from MethodBase) |
If set, this method has a special name. |
IsStatic (inherited from MethodBase) |
If set, the method is static. |
IsVirtual (inherited from MethodBase) |
Retrieves a value indicating whether the method is virtual. |
MemberType |
Retrieves a value indicating that this member is a method. |
MethodHandle (inherited from MethodBase) |
[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. |
ReturnType |
When implemented by a subclass, this property retrieves the Type of this method's return value. |
ReturnTypeCustomAttributes |
Returns an object that represents the custom attributes for the return type. |