[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Obtains information about the attributes of a member and provides access to member metadata. [Property] [Methods] *doGetCustomAttributes=When overridden in a derived class, returns an array of all custom attributes applied to this member. ARG(bool inherit)|1|0 *doGetCustomAttributes2=When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type. ARG(Type attributeType, bool inherit)|1|0 *doIsDefined=When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member.ARG(Type attributeType, bool inherit)|1|0 *onGetCustomAttributes=Occurs after invoke the method doGetCustomAttributes and returns the result. ARG(Object[])|2|13 *onIsDefined=Occurs after invoke the method doIsDefined and returns the result. ARG(bool)|2|104 *DeclaringType=Returns the class that declares this member.ARG(Type)|3|0 *GetCustomAttributesData=Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. ARG(IList)|3|0 *MemberType=When overridden in a derived class, gets a MemberTypes value indicating the type of the member — method, constructor, event, and so on. ARG(MemberTypes)|3|0 *MetadataToken=Returns a value that identifies a metadata element.ARG(int)|3|1 *Module=Returns the module in which the type that declares the member represented by the current MemberInfo is defined. ARG(Module)|3|0 *Name=Returns the name of the current member.ARG(string)|3|2 *ReflectedType=Returns the class object that was used to obtain this instance of MemberInfo. ARG(Type)|3|0 *attributeType=The type of attribute to search for. Only attributes that are assignable to this type are returned. ARG(Type)|4|0 *inherit=true to search this member's inheritance chain to find the attributes; otherwise, false. This parameter is ignored for properties and events; see Remarks. ARG(bool)|4|104