System.Reflection.CustomAttributeData.GetCustomAttributes Method

Returns a list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the target module.

Syntax

public static IList<CustomAttributeData> GetCustomAttributes (Module target)

Parameters

target
The module whose custom attribute data is to be retrieved.

Returns

A list of objects that represent data about the attributes that have been applied to the target module.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0