Overloaded. Gets the custom attributes for this assembly.
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[];
Gets the custom attribute for this assembly identified by the specified type.
[Visual Basic] Overloads Overridable Public Function GetCustomAttributes(Type) As Object ()
[C#] public virtual object[] GetCustomAttributes(Type);
[C++] public: virtual Object* GetCustomAttributes(Type*) [];
[JScript] public function GetCustomAttributes(Type) : Object[];
Assembly Class | Assembly Members | System.Reflection Namespace