MethodBase Properties

 

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

NameDescription
System_CAPS_pubpropertyAttributes

Gets the attributes associated with this method.

System_CAPS_pubpropertyCallingConvention

Gets a value indicating the calling conventions for this method.

System_CAPS_pubpropertyContainsGenericParameters

Gets a value indicating whether the generic method contains unassigned generic type parameters.

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.

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.

System_CAPS_pubpropertyIsConstructor

Gets a value indicating whether the method is a constructor.

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.

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.

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.

System_CAPS_pubpropertyIsFinal

Gets a value indicating whether this method is final.

System_CAPS_pubpropertyIsGenericMethod

Gets a value indicating whether the method is generic.

System_CAPS_pubpropertyIsGenericMethodDefinition

Gets a value indicating whether the method is a generic method definition.

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.

System_CAPS_pubpropertyIsPrivate

Gets a value indicating whether this member is private.

System_CAPS_pubpropertyIsPublic

Gets a value indicating whether this is a public method.

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.

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.

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.

System_CAPS_pubpropertyIsSpecialName

Gets a value indicating whether this method has a special name.

System_CAPS_pubpropertyIsStatic

Gets a value indicating whether the method is static.

System_CAPS_pubpropertyIsVirtual

Gets a value indicating whether the method is virtual.

System_CAPS_pubpropertyMemberType

When overridden in a derived class, gets a MemberTypes value indicating the type of the member — method, constructor, event, and so on.(Inherited from MemberInfo.)

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.

System_CAPS_pubpropertyMethodImplementationFlags

Gets the MethodImplAttributes flags that specify the attributes of a method implementation.

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.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsAbstract

For a description of this member, see _MethodBase::IsAbstract.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsAssembly

For a description of this member, see _MethodBase::IsAssembly.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsConstructor

For a description of this member, see _MethodBase::IsConstructor.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamily

For a description of this member, see _MethodBase::IsFamily.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamilyAndAssembly

For a description of this member, see _MethodBase::IsFamilyAndAssembly.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFamilyOrAssembly

For a description of this member, see _MethodBase::IsFamilyOrAssembly.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsFinal

For a description of this member, see _MethodBase::IsFinal.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsHideBySig

For a description of this member, see _MethodBase::IsHideBySig.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsPrivate

For a description of this member, see _MethodBase::IsPrivate.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsPublic

For a description of this member, see _MethodBase::IsPublic.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsSpecialName

For a description of this member, see _MethodBase::IsSpecialName.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsStatic

For a description of this member, see _MethodBase::IsStatic.

System_CAPS_pubinterfaceSystem_CAPS_privproperty_MethodBase::IsVirtual

For a description of this member, see _MethodBase::IsVirtual.

Return to top
Show: