Gets all the custom attributes for this assembly.
[Visual Basic] Overloads Overridable Public Function GetCustomAttributes() As Object () [C#] public virtual object[] GetCustomAttributes(); [C++] public: virtual Object* GetCustomAttributes() []; [JScript] public function GetCustomAttributes() : Object[];
An array of objects representing the custom attributes for this assembly.
Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetCustomAttributes Overload List