CustomAttributeData Methods

 

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether this instance is equal to a specified object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(Assembly^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(MemberInfo^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(Module^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetCustomAttributes(ParameterInfo^)

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

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the custom attribute.(Overrides Object::ToString().)

Return to top
Show: