Returns an array of all of the custom attributes.
[Visual Basic] Overloads MustOverride Public Function GetCustomAttributes() As Object () [C#] public abstract object[] GetCustomAttributes(); [C++] public: virtual Object* GetCustomAttributes() [] = 0; [JScript] public abstract function GetCustomAttributes() : Object[];
An array of the all the custom attributes.
The GetCustomAttributes method is an abstract method that will retrieve all the custom attributes and return an array. When implemented by a subclass, this method returns all of the custom attributes defined on this member.
MemberInfo Class | MemberInfo Members | System.Reflection Namespace | MemberInfo.GetCustomAttributes Overload List | Object | CustomAttributeBuilder