GetCustomAttributes Method (Assembly)

CustomAttributeExtensions.GetCustomAttributes Method (Assembly)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Retrieves a collection of custom attributes that are applied to a specified assembly.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public static IEnumerable<Attribute> GetCustomAttributes(
	this 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.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Assembly. When you use instance method syntax to call this method, omit the first parameter.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft