System.Attribute.Attribute.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public static method

public static GetCustomAttributes ( Assembly element ) : System.Attribute[]
element System.Reflection.Assembly
return System.Attribute[]
		public static Attribute[] GetCustomAttributes (Assembly element)
		{
			return GetCustomAttributes (element, true);
		}

Same methods

Attribute.Attribute::GetCustomAttributes ( Assembly element, Type attributeType ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Assembly element, Type attributeType, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Assembly element, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( MemberInfo element ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( MemberInfo element, Type type ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( MemberInfo element, Type type, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( MemberInfo element, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Module element ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Module element, Type attributeType ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Module element, Type attributeType, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( Module element, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( ParameterInfo element ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( ParameterInfo element, Type attributeType ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( ParameterInfo element, Type attributeType, bool inherit ) : System.Attribute[]
Attribute.Attribute::GetCustomAttributes ( ParameterInfo element, bool inherit ) : System.Attribute[]