CustomAttributeExtensions::GetCustomAttributes Method (Assembly^)
.NET Framework (current version)
Retrieves a collection of custom attributes that are applied to a specified assembly.
Assembly: mscorlib (in mscorlib.dll)
public: [ExtensionAttribute] static IEnumerable<Attribute^>^ GetCustomAttributes( Assembly^ element )
Parameters
- element
-
Type:
System.Reflection::Assembly^
The assembly to inspect.
Return Value
Type: System.Collections.Generic::IEnumerable<Attribute^>^A collection of the custom attributes that are applied to element, or an empty collection if no such attributes exist.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: