MethodInfo Properties

 

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyAttributes

Gets the attributes associated with this method.(Inherited from MethodBase.)

System_CAPS_pubpropertyCallingConvention

Gets a value indicating the calling conventions for this method.(Inherited from MethodBase.)

System_CAPS_pubpropertyContainsGenericParameters

Gets a value indicating whether the generic method contains unassigned generic type parameters.(Inherited from MethodBase.)

System_CAPS_pubpropertyCustomAttributes

Gets a collection that contains this member's custom attributes.(Inherited from MemberInfo.)

System_CAPS_pubpropertyDeclaringType

Gets the class that declares this member.(Inherited from MemberInfo.)

System_CAPS_pubpropertyIsAbstract

Gets a value indicating whether the method is abstract.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsAssembly

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.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsConstructor

Gets a value indicating whether the method is a constructor.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamily

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.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamilyAndAssembly

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.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFamilyOrAssembly

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.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsFinal

Gets a value indicating whether this method is final.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsGenericMethod

Gets a value indicating whether the method is generic.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsGenericMethodDefinition

Gets a value indicating whether the method is a generic method definition.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsHideBySig

Gets a value indicating whether only a member of the same kind with exactly the same signature is hidden in the derived class.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsPrivate

Gets a value indicating whether this member is private.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsPublic

Gets a value indicating whether this is a public method.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecurityCritical

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. (Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecuritySafeCritical

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. (Inherited from MethodBase.)

System_CAPS_pubpropertyIsSecurityTransparent

Gets a value that indicates whether the current method or constructor is transparent at the current trust level, and therefore cannot perform critical operations.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsSpecialName

Gets a value indicating whether this method has a special name.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsStatic

Gets a value indicating whether the method is static.(Inherited from MethodBase.)

System_CAPS_pubpropertyIsVirtual

Gets a value indicating whether the method is virtual.(Inherited from MethodBase.)

System_CAPS_pubpropertyMemberType

Gets a MemberTypes value indicating that this member is a method.(Overrides MemberInfo::MemberType.)

System_CAPS_pubpropertyMetadataToken

Gets a value that identifies a metadata element.(Inherited from MemberInfo.)

System_CAPS_pubpropertyMethodHandle

Gets a handle to the internal metadata representation of a method.(Inherited from MethodBase.)

System_CAPS_pubpropertyMethodImplementationFlags

Gets the MethodImplAttributes flags that specify the attributes of a method implementation.(Inherited from MethodBase.)

System_CAPS_pubpropertyModule

Gets the module in which the type that declares the member represented by the current MemberInfo is defined.(Inherited from MemberInfo.)

System_CAPS_pubpropertyName

Gets the name of the current member.(Inherited from MemberInfo.)

System_CAPS_pubpropertyReflectedType

Gets the class object that was used to obtain this instance of MemberInfo.(Inherited from MemberInfo.)

System_CAPS_pubpropertyReturnParameter

Gets a ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers.

System_CAPS_pubpropertyReturnType

Gets the return type of this method.

System_CAPS_pubpropertyReturnTypeCustomAttributes

Gets the custom attributes for the return type.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsAbstract

For a description of this member, see _MethodBase::IsAbstract.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsAssembly

For a description of this member, see _MethodBase::IsAssembly.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsConstructor

For a description of this member, see _MethodBase::IsConstructor.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamily

For a description of this member, see _MethodBase::IsFamily.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamilyAndAssembly

For a description of this member, see _MethodBase::IsFamilyAndAssembly.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamilyOrAssembly

For a description of this member, see _MethodBase::IsFamilyOrAssembly.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFinal

For a description of this member, see _MethodBase::IsFinal.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsHideBySig

For a description of this member, see _MethodBase::IsHideBySig.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsPrivate

For a description of this member, see _MethodBase::IsPrivate.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsPublic

For a description of this member, see _MethodBase::IsPublic.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsSpecialName

For a description of this member, see _MethodBase::IsSpecialName.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsStatic

For a description of this member, see _MethodBase::IsStatic.(Inherited from MethodBase.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsVirtual

For a description of this member, see _MethodBase::IsVirtual.(Inherited from MethodBase.)

Return to top
Show: