I am trying to find information on using reflection within a MSBuild task.
I need a way of iterating through the methods of a class contained with a website, at build time. Is this possible? Is MSBuild the best tool to use? Is this an unreasonable requirement, I can't seem to find any documentation on the subject?
Any help would be much appreciated.
Rich