The methods of System.Attribute are listed below. For a list of all members, see the Attribute Members list.
See Also: Inherited members from System.Object
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
static | GetCustomAttribute(System.Reflection.Assembly, Type)Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified assembly. | |
static | GetCustomAttribute(System.Reflection.MemberInfo, Type)Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified member. | |
static | GetCustomAttribute(System.Reflection.Module, Type)Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified module. | |
static | GetCustomAttribute(System.Reflection.ParameterInfo, Type)Returns an instance of a specified custom attribute if a single instance of the attribute is in the metadata for the specified parameter. | |
static | GetCustomAttribute(System.Reflection.Assembly, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttribute(System.Reflection.MemberInfo, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttribute(System.Reflection.Module, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttribute(System.Reflection.ParameterInfo, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.Assembly)Returns an array of all custom attributes in the metadata for the specified assembly. | |
static | GetCustomAttributes(System.Reflection.MemberInfo)Returns an array of all custom attributes in the metadata for the specified member. | |
static | GetCustomAttributes(System.Reflection.Module)Returns an array of all custom attributes in the metadata for the specified module. | |
static | GetCustomAttributes(System.Reflection.ParameterInfo)Returns an array of all custom attributes in the metadata for the specified parameter. | |
static | GetCustomAttributes(System.Reflection.Assembly, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.Assembly, Type)Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified assembly. | |
static | GetCustomAttributes(System.Reflection.MemberInfo, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.MemberInfo, Type)Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified member. | |
static | GetCustomAttributes(System.Reflection.Module, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.Module, Type)Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified module. | |
static | GetCustomAttributes(System.Reflection.ParameterInfo, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.ParameterInfo, Type)Returns an array of the instances of a specified custom attribute if the attribute is in the metadata for the specified parameter. | |
static | GetCustomAttributes(System.Reflection.Assembly, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.MemberInfo, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.Module, Type, bool)Documentation for this section has not yet been entered. | |
static | GetCustomAttributes(System.Reflection.ParameterInfo, Type, bool)Documentation for this section has not yet been entered. | |
override | GetHashCode()Generates a hash code for the current instance. | |
IsDefaultAttribute()Documentation for this section has not yet been entered. | ||
static | IsDefined(System.Reflection.Assembly, Type)Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified assembly. | |
static | IsDefined(System.Reflection.MemberInfo, Type)Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified member. | |
static | IsDefined(System.Reflection.Module, Type)Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified module. | |
static | IsDefined(System.Reflection.ParameterInfo, Type)Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified parameter. | |
static | IsDefined(System.Reflection.Assembly, Type, bool)Documentation for this section has not yet been entered. | |
static | IsDefined(System.Reflection.MemberInfo, Type, bool)Documentation for this section has not yet been entered. | |
static | IsDefined(System.Reflection.Module, Type, bool)Documentation for this section has not yet been entered. | |
static | IsDefined(System.Reflection.ParameterInfo, Type, bool)Documentation for this section has not yet been entered. | |
Match(object)Documentation for this section has not yet been entered. | ||