The members of System.Reflection.CustomAttributeData are listed below.
See Also: Inherited members from System.Object
![]() Initializes a new instance of the System.Reflection.CustomAttributeData class. |
[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. |
override | Equals(object)
| |
static | GetCustomAttributes(Assembly)
| |
static | GetCustomAttributes(MemberInfo)
| |
static | GetCustomAttributes(Module)
| |
static | GetCustomAttributes(ParameterInfo)
| |
override | GetHashCode()Documentation for this section has not yet been entered. | |
override | ToString()
|