Constructors
- Attribute() protected Initializes a new instance of the Attribute class.
Methods
- Equals(Object) virtual Returns a value that indicates whether this instance is equal to a specified object.
-
Get
Custom static Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for.Attribute(Assembly, Type) -
Get
Custom static Retrieves a custom attribute applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.Attribute(Assembly, Type, Boolean) -
Get
Custom static Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.Attribute(Member Info, Type) -
Get
Custom static Retrieves a custom attribute applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.Attribute(Member Info, Type, Boolean) -
Get
Custom static Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for.Attribute(Module, Type) -
Get
Custom static Retrieves a custom attribute applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.Attribute(Module, Type, Boolean) -
Get
Custom static Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.Attribute(Parameter Info, Type) -
Get
Custom static Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.Attribute(Parameter Info, Type, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly.Attributes(Assembly) -
Get
Custom static Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and an ignored search option.Attributes(Assembly, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.Attributes(Assembly, Type) -
Get
Custom static Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.Attributes(Assembly, Type, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a member of a type. A parameter specifies the member.Attributes(Member Info) -
Get
Custom static Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.Attributes(Member Info, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.Attributes(Member Info, Type) -
Get
Custom static Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.Attributes(Member Info, Type, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a module. A parameter specifies the module.Attributes(Module) -
Get
Custom static Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and an ignored search option.Attributes(Module, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and the type of the custom attribute to search for.Attributes(Module, Type) -
Get
Custom static Retrieves an array of the custom attributes applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.Attributes(Module, Type, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a method parameter. A parameter specifies the method parameter.Attributes(Parameter Info) -
Get
Custom static Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and whether to search ancestors of the method parameter.Attributes(Parameter Info, Boolean) -
Get
Custom static Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.Attributes(Parameter Info, Type) -
Get
Custom static Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.Attributes(Parameter Info, Type, Boolean) -
Get
Hash virtual Returns the hash code for this instance.Code() -
Is
Default virtual When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.Attribute() -
Is
Defined(Assembly, static Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.Type) -
Is
Defined(Assembly, static Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.Type, Boolean) -
Is
Defined(Member static Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.Info, Type) -
Is
Defined(Member static Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.Info, Type, Boolean) -
Is
Defined(Module, static Determines whether any custom attributes of a specified type are applied to a module. Parameters specify the module, and the type of the custom attribute to search for.Type) -
Is
Defined(Module, static Determines whether any custom attributes are applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.Type, Boolean) -
Is
Defined(Parameter static Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.Info, Type) -
Is
Defined(Parameter static Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.Info, Type, Boolean) - Match(Object) virtual When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.