The members of System.Attribute are listed below.
See Also: Inherited members from System.Object
overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. staticGetCustomAttribute(System.Reflection.Assembly, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified assembly. staticGetCustomAttribute(System.Reflection.MemberInfo, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified member. staticGetCustomAttribute(System.Reflection.Module, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified module. staticGetCustomAttribute(System.Reflection.ParameterInfo, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified parameter. staticGetCustomAttribute(System.Reflection.Assembly, Type, bool) : Attribute Documentation for this section has not yet been entered. staticGetCustomAttribute(System.Reflection.MemberInfo, Type, bool) : Attribute Documentation for this section has not yet been entered. staticGetCustomAttribute(System.Reflection.Module, Type, bool) : Attribute Documentation for this section has not yet been entered. staticGetCustomAttribute(System.Reflection.ParameterInfo, Type, bool) : Attribute Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.Assembly) : Attribute[] Returns an array of all custom attributes in the metadata for the specified assembly. staticGetCustomAttributes(System.Reflection.MemberInfo) : Attribute[] Returns an array of all custom attributes in the metadata for the specified member. staticGetCustomAttributes(System.Reflection.Module) : Attribute[] Returns an array of all custom attributes in the metadata for the specified module. staticGetCustomAttributes(System.Reflection.ParameterInfo) : Attribute[] Returns an array of all custom attributes in the metadata for the specified parameter. staticGetCustomAttributes(System.Reflection.Assembly, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.Assembly, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified assembly. staticGetCustomAttributes(System.Reflection.MemberInfo, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.MemberInfo, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified member. staticGetCustomAttributes(System.Reflection.Module, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.Module, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified module. staticGetCustomAttributes(System.Reflection.ParameterInfo, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.ParameterInfo, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified parameter. staticGetCustomAttributes(System.Reflection.Assembly, Type, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.MemberInfo, Type, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.Module, Type, bool) : Attribute[] Documentation for this section has not yet been entered. staticGetCustomAttributes(System.Reflection.ParameterInfo, Type, bool) : Attribute[] Documentation for this section has not yet been entered. overrideGetHashCode() : int Generates a hash code for the current instance.IsDefaultAttribute() : bool Documentation for this section has not yet been entered. staticIsDefined(System.Reflection.Assembly, Type) : bool Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified assembly. staticIsDefined(System.Reflection.MemberInfo, Type) : bool Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified member. staticIsDefined(System.Reflection.Module, Type) : bool Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified module. staticIsDefined(System.Reflection.ParameterInfo, Type) : bool Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified parameter. staticIsDefined(System.Reflection.Assembly, Type, bool) : bool Documentation for this section has not yet been entered. staticIsDefined(System.Reflection.MemberInfo, Type, bool) : bool Documentation for this section has not yet been entered. staticIsDefined(System.Reflection.Module, Type, bool) : bool Documentation for this section has not yet been entered. staticIsDefined(System.Reflection.ParameterInfo, Type, bool) : bool Documentation for this section has not yet been entered.Match(object) : bool Documentation for this section has not yet been entered.
System.Runtime.InteropServices._Attribute.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._Attribute.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._Attribute.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._Attribute.Invoke Documentation for this section has not yet been entered.