Returns information about the attributes that have been applied to the current Assembly, expressed as CustomAttributeData objects.
Assembly: mscorlib (in mscorlib.dll)
Public Overridable Function GetCustomAttributesData As IList(Of CustomAttributeData)public virtual IList<CustomAttributeData> GetCustomAttributesData()public:
virtual IList<CustomAttributeData^>^ GetCustomAttributesData()abstract GetCustomAttributesData : unit -> IList<CustomAttributeData>
override GetCustomAttributesData : unit -> IList<CustomAttributeData> Return Value
Type: System.Collections.GenericA generic list of CustomAttributeData objects representing data about the attributes that have been applied to the current assembly.
Use this method to examine the custom attributes of code in the reflection-only context, in cases where the custom attributes themselves are defined in code that is loaded into the reflection-only context. Methods like Attribute
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.