[Monodevelop-devel] MonoDevelop.Project Code Parsing Add-In

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Mar 17 16:58:19 EDT 2009


On Tue, Feb 17, 2009 at 8:53 AM, Allahbaksh Mohammedali Asadullah
<Allahbaksh_Asadullah at infosys.com> wrote:
> I am trying to write an add-in which can parse the C# code and spit out
> information like Method Name and Signature , Method Body, Method Call
> information.
>
> Can I extend MonoDevleop.Projects and use MonoDevelop.Projects.Dom and
> MonoDevelop.Projects.Dom.Parser. Can any body throw some light on the same.

What kind of information are you trying to get? It's possible that the
DOM has the information you require already. If not, there's the
lower-level NRefactory parser, which has a full C# parser -- it's used
to build the DOM in the first place.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-devel-list mailing list