CustomAttributeData Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether this instance is equal to a specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | GetCustomAttributes(Assembly^) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target assembly. |
![]() ![]() | GetCustomAttributes(MemberInfo^) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. |
![]() ![]() | GetCustomAttributes(Module^) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target module. |
![]() ![]() | GetCustomAttributes(ParameterInfo^) | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target parameter. |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string representation of the custom attribute.(Overrides Object::ToString().) |


