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
Sheng Jiang[MVP] - 16 Oct 2007 00:13 GMT
use System.CodeDom.Compiler.CodeCompiler

Signature
Sheng Jiang
Microsoft MVP in VC++
> I have built an AddIn for VS2005 and I need to parse a source cs file
> inside
[quoted text clipped - 5 lines]
>
> Sam