CustomAttributeData Properties
.NET Framework (current version)
Namespace:
System.Reflection
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeType | Gets the type of the attribute. |
![]() | Constructor | Gets a ConstructorInfo object that represents the constructor that would have initialized the custom attribute. |
![]() | ConstructorArguments | Gets the list of positional arguments specified for the attribute instance represented by the CustomAttributeData object. |
![]() | NamedArguments | Gets the list of named arguments specified for the attribute instance represented by the CustomAttributeData object. |
Show:
