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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top