Regex for parsing methods in csharp code

  • Thread starter Thread starter skneife
  • Start date Start date
S

skneife

I have built an AddIn for VS2005 and I need to parse a source cs file
inside
the IDE.
My goal is to search all method in a file using regex class.
Does anyone know how to create the regex paradigm for matching method
in a
class?

Sam
 
Back
Top