The properties of System.Reflection.MethodBase are listed below. For a list of all members, see the MethodBase Members list.
See Also: Inherited members from System.Reflection.MemberInfo
[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. |