Returns a list of System.Reflection.CustomAttributeData objects for the current module, which can be used in the reflection-only context.
A generic list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the current module.
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.Module.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.