Parsing C# source

  • Thread starter Thread starter Graham Allwood
  • Start date Start date
G

Graham Allwood

Hi, in .NET 2.0 is there a was of parse some C# source code (string) to give
me a CodeCompileUnit. It appears that the CSharpCodeProvider.Parse() method
is not implemented! Arrrrg.

Kind regards

Graham
 
Hi,

FYI, it does exist in all the previous versions.If it's not implemented,
well maybe that is why it's still in beta :)

Did you try using it as in previous versions ?

cheers,
 
Hi Ignacio,

No I have never used this before, have you? I have search google and seen
many question like this one, the answer so far is that MS decided not to
implement the C# source code parser (publically anyway!).

I was hoping that in Whidbey they would have or will do.

Graham
 
Hi,

Nop , I have never used that part of the framework, sorry

cheers,
 

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