Hello, > > [After] > > void MyFunction (...) > > { > > } > > > > And how do you get that attribute from the delegate? You fetch the Invoke method from the delegate, fetch the MethodInfo, retrieve the custom attributes. Miguel