System.Reflection.CustomAttributeData: Property Members

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

Public Properties

[read-only]
AttributeTypeType.

Gets the type of the attribute.

[read-only]
ConstructorConstructorInfo.

Gets a System.Reflection.ConstructorInfo object that represents the constructor that would have initialized the custom attribute.

[read-only]
ConstructorArgumentsIList<CustomAttributeTypedArgument>.

Gets the list of positional arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object.

[read-only]
NamedArgumentsIList<CustomAttributeNamedArgument>.

Gets the list of named arguments specified for the attribute instance represented by the System.Reflection.CustomAttributeData object.