Returns an array of all the custom attributes defined on this assembly.
[Visual Basic] Overloads Public Shared Function GetCustomAttributes( _ ByVal element As Assembly _ ) As Attribute () [C#] public static Attribute[] GetCustomAttributes( Assembly element ); [C++] public: static Attribute* GetCustomAttributes( Assembly* element ) []; [JScript] public static function GetCustomAttributes( element : Assembly ) : Attribute[];
Returns an array of all the custom attributes defined on this assembly.
Attribute Class | Attribute Members | System Namespace | Attribute.GetCustomAttributes Overload List