The members of System.Reflection.MethodBase are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
Initializes a new instance of the System.Reflection.MethodBase class. |
[read-only] abstract | Attributes | MethodAttributes.
Gets the attributes associated with this method. |
[read-only] | CallingConvention | CallingConventions.
Gets a value indicating the calling conventions for this method. |
[read-only] | ContainsGenericParameters | bool.
Gets a value indicating whether the generic method contains unassigned generic type parameters. |
[read-only] | IsAbstract | bool.
Gets a value indicating whether the method is abstract. |
[read-only] | IsAssembly | bool.
Gets a value indicating whether the potential visibility of this method or constructor is described by MethodAttributes.Assembly; that is, the method or constructor is visible at most to other types in the same assembly, and is not visible to derived types outside the assembly. |
[read-only] | IsConstructor | bool.
Gets a value indicating whether the method is a constructor. |
[read-only] | IsFamily | bool.
Gets a value indicating whether the visibility of this method or constructor is described by MethodAttributes.Family; that is, the method or constructor is visible only within its class and derived classes. |
[read-only] | IsFamilyAndAssembly | bool.
Gets a value indicating whether the visibility of this method or constructor is described by MethodAttributes.FamANDAssem; that is, the method or constructor can be called by derived classes, but only if they are in the same assembly. |
[read-only] | IsFamilyOrAssembly | bool.
Gets a value indicating whether the potential visibility of this method or constructor is described by MethodAttributes.FamORAssem; that is, the method or constructor can be called by derived classes wherever they are, and by classes in the same assembly. |
[read-only] | IsFinal | bool.
Gets a value indicating whether this method is final. |
[read-only] | IsGenericMethod | bool.
Gets a value indicating whether the method is generic. |
[read-only] | IsGenericMethodDefinition | bool.
Gets a value indicating whether the method is a generic method definition. |
[read-only] | IsHideBySig | bool.
Gets a value indicating whether only a member of the same kind with exactly the same signature is hidden in the derived class. |
[read-only] | IsPrivate | bool.
Gets a value indicating whether this member is private. |
[read-only] | IsPublic | bool.
Gets a value indicating whether this is a public method. |
[read-only] | IsSecurityCritical | bool.
Gets a value that indicates whether the current method or constructor is security-critical or security-safe-critical at the current trust level, and therefore can perform critical operations. |
[read-only] | IsSecuritySafeCritical | bool.
Gets a value that indicates whether the current method or constructor is security-safe-critical at the current trust level; that is, whether it can perform critical operations and can be accessed by transparent code. |
[read-only] | IsSecurityTransparent | bool.
Gets a value that indicates whether the current method or constructor is transparent at the current trust level, and therefore cannot perform critical operations. |
[read-only] | IsSpecialName | bool.
Gets a value indicating whether this method has a special name. |
[read-only] | IsStatic | bool.
Gets a value indicating whether the method is static. |
[read-only] | IsVirtual | bool.
Gets a value indicating whether the method is virtual. |
[read-only] abstract | MethodHandle | RuntimeMethodHandle.
Gets a handle to the internal metadata representation of a method. |
[read-only] | MethodImplementationFlags | MethodImplAttributes.
Gets the System.Reflection.MethodImplAttributes flags that specify the attributes of a method implementation. |
override | Equals(object)
| |
static | GetCurrentMethod()
| |
GetGenericArguments()
| ||
override | GetHashCode()
| |
GetMethodBody()
| ||
static | GetMethodFromHandle(RuntimeMethodHandle)
| |
static | GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle)
| |
abstract | GetMethodImplementationFlags()
| |
abstract | GetParameters()
| |
GetType()Documentation for this section has not yet been entered. | ||
Invoke(object, object[])
| ||
abstract | Invoke(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo)
|
static | Equality(MethodBase, MethodBase) |
Indicates whether two System.Reflection.MethodBase objects are equal. |
static | Inequality(MethodBase, MethodBase) |
Indicates whether two System.Reflection.MethodBase objects are not equal. |
System.Runtime.InteropServices._MethodBase.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MethodBase.GetType |
For a description of this member, see System.Runtime.InteropServices._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 | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MethodBase.Invoke | Documentation for this section has not yet been entered. |