Is it possible to determine a method's own attributes from within the method
without hardcoding the name of the method as a constant within the method?
Please tell me if it is possible and how it is done.
Thank you,
Kelly
Michael Giagnocavo [MVP] - 13 Apr 2004 23:27 GMT
System.Reflection.MethodInfo.GetCurrentMethod() will give you the current
method.
-mike
MVP
> Is it possible to determine a method's own attributes from within the
> method
[quoted text clipped - 3 lines]
> Thank you,
> Kelly