Gets the custom attributes for this assembly.
Gets all the custom attributes for this assembly.
[Visual Basic] Overloads Public Overridable Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[C#] public virtual object[] GetCustomAttributes(bool);
[C++] public: virtual Object* GetCustomAttributes(bool) __gc[];
[JScript] public function GetCustomAttributes(Boolean) : Object[];
Gets the custom attributes for this assembly as specified by type.
[Visual Basic] Overloads Public Overridable Function GetCustomAttributes(Type, Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[C#] public virtual object[] GetCustomAttributes(Type, bool);
[C++] public: virtual Object* GetCustomAttributes(Type*, bool) __gc[];
[JScript] public function GetCustomAttributes(Type, Boolean) : Object[];
Assembly Class | Assembly Members | System.Reflection Namespace