property_getName
Returns the name of a property.
property_getAttributes
Returns the attribute string of a property.
property_copyAttributeValue
Returns the value of a property attribute given the attribute name.
Availability
Technology
objc_property_attribute_t
* property_copyAttributeList(objc_property_t
property, unsigned int *outCount);
property
The property whose attributes you want to copy.
outCount
The number of attributes returned in the array.
An array of property attributes. You must free the array with free()
.
property_getName
property_getAttributes
property_copyAttributeValue