[MonoDevelop] MSDN and arbitrary ,NET C# types?

Mike Krüger mkrueger at novell.com
Fri Feb 19 17:29:46 EST 2010


Hi

I'm not 100% sure what you want I assume that you want to search IN
namespaces ? 

The CodeDomVisitor just translates a parsed NRefactory AST to CodeDom.
Why do you want to search/lookup namespaces ? You can try, if you can do
something with the NRefactoryResolver from the C# binding it can give
you type information for an expression.
If you want to search types you should take a look at the ProjectDOM ...
this helps to look up namespaces for a project.

Regards
Mike


>     How do discover  namespaces? E.g. how do I discover the prefix for
> the namespace ending in CodeDomVisitor? Is there a tool?
> 
> Vasili
> 
> 
> On 2/19/10, Mike Krüger <mkrueger at novell.com> wrote:
> > Hi
> >
> > Which IParser interface? When you speak of
> >
> > MonoDevelop.Projects.Dom.Parser.IParser or
> > ICSharpCode.NRefactory.IParser they're not on www.msdn.microsoft.com
> > because Microsoft didn't add the monodevelop source code documentation
> > yet :/
> >
> > Regards
> > Mike
> >
> >>      I have been trying to search on www.msdn.microsoft.com for info
> >> on the interface IParser. E.g. in which namespace IParser lives. But I
> >> can't find this info.
> >>
> >> Vasili
> >> _______________________________________________
> >> Monodevelop-list mailing list
> >> Monodevelop-list at lists.ximian.com
> >> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> >
> >




More information about the Monodevelop-list mailing list