System.Reflection.CustomAttributeData: Method Members

The methods 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 Methods

override
Equals(object) : bool

Returns a value that indicates whether this instance is equal to a specified object.

static
GetCustomAttributes(Assembly) : IList<CustomAttributeData>

Returns a list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the target assembly.

static
GetCustomAttributes(MemberInfo) : IList<CustomAttributeData>

Returns a list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the target member.

static
GetCustomAttributes(Module) : IList<CustomAttributeData>

Returns a list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the target module.

static
GetCustomAttributes(ParameterInfo) : IList<CustomAttributeData>

Returns a list of System.Reflection.CustomAttributeData objects representing data about the attributes that have been applied to the target parameter.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
ToString() : string

Returns a string representation of the custom attribute.