The properties of System.Reflection.CustomAttributeData are listed below. For a list of all members, see the CustomAttributeData Members list.
See Also: Inherited members from System.Object
[read-only] | AttributeType | Type.
![]() Gets the type of the attribute. |
[read-only] | Constructor | ConstructorInfo.
![]() Gets a System.Reflection.ConstructorInfo object that represents the constructor that would have initialized the custom attribute. |
[read-only] | ConstructorArguments | IList<CustomAttributeTypedArgument>.
![]() Gets the list of positional arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object. |
[read-only] | NamedArguments | IList<CustomAttributeNamedArgument>.
![]() Gets the list of named arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object. |