GetCustomAttributes Method (Assembly)

Attribute.GetCustomAttributes Method (Assembly)

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

Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly.

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

public static Attribute[] GetCustomAttributes(
	Assembly element
)

Parameters

element
Type: System.Reflection.Assembly
An object derived from the Assembly class that describes a reusable collection of modules.

Return Value

Type: System.Attribute []
An Attribute array that contains the custom attributes applied to element, or an empty array if no such custom attributes exist.

ExceptionCondition
ArgumentNullException

element is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft