i wana decroate my methods and gui controls with custom attributes. I want to know how attributes consume memory or affects the application performance. What is the lifecycle of Attribute. means when an object of a class with custom attributes in methods, properties and on its own. is instantiated and then disposed. IF all custom attribetes instances are also disposed with the descruction of objec , or stil remains in memory ?