Hi, If I attach a custom attribute called "myAttribute" to a certain method, how can I check in Mono (while the method is being compiled) whether a method has this attribute? Is there a function that will search the metadata for the attribute if I pass it the name of the attribute? If not, how would I go about doing this? Thanks in advance, Hamza.