The members of System.Reflection.CustomAttributeNamedArgument are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Reflection.CustomAttributeNamedArgument class, which represents the specified field or property of the custom attribute, and specifies the value of the field or property. | ||
Initializes a new instance of the System.Reflection.CustomAttributeNamedArgument class, which represents the specified field or property of the custom attribute, and specifies a System.Reflection.CustomAttributeTypedArgument object that describes the type and value of the field or property. |
[read-only] | IsField | bool.
Gets a value that indicates whether the named argument is a field. |
[read-only] | MemberInfo | MemberInfo.
Gets the attribute member that would be used to set the named argument. |
[read-only] | MemberName | string.
Gets the name of the attribute member that would be used to set the named argument. |
[read-only] | TypedValue | CustomAttributeTypedArgument.
Gets a System.Reflection.CustomAttributeTypedArgument structure that can be used to obtain the type and value of the current named argument. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | ToString()
|
static | Equality(CustomAttributeNamedArgument, CustomAttributeNamedArgument) |
Tests whether two System.Reflection.CustomAttributeNamedArgument structures are equivalent. |
static | Inequality(CustomAttributeNamedArgument, CustomAttributeNamedArgument) |
Tests whether two System.Reflection.CustomAttributeNamedArgument structures are different. |