Click or drag to resize
AttributeGetCustomAttribute Method
Overload List
  NameDescription
Public methodStatic memberGetCustomAttribute(Module, Type)
Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for.
Public methodStatic memberGetCustomAttribute(Assembly, Type)
Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for.
Public methodStatic memberGetCustomAttribute(MemberInfo, Type)
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.
Public methodStatic memberGetCustomAttribute(ParameterInfo, Type)
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.
Public methodStatic memberGetCustomAttribute(Module, Type, Boolean)
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.
Public methodStatic memberGetCustomAttribute(Assembly, Type, Boolean)
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.
Public methodStatic memberGetCustomAttribute(MemberInfo, Type, Boolean)
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.
Public methodStatic memberGetCustomAttribute(ParameterInfo, Type, Boolean)
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.
Top
See Also