System.Reflection.ParameterInfo.GetCustomAttributesData Method

Returns a list of System.Reflection.CustomAttributeData objects for the current parameter, which can be used in the reflection-only context.

Syntax

public virtual IList<CustomAttributeData> GetCustomAttributesData ()

Returns

A generic list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the current parameter.

Remarks

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 such as erload:System.Attribute.GetCustomAttributes and erload:System.Reflection.ParameterInfo.GetCustomAttributes cannot be used in such cases, because they create instances of the attributes. Code in the reflection-only context cannot be executed. For more information and example code, see the System.Reflection.CustomAttributeData class.

Requirements

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