How to get the Type of a class in a project?

I tried to use DynamicTypeService's ITypeResolutionService. But it can't find the type of classes in the current project.


Answer this question

How to get the Type of a class in a project?

  • saurabh p

    The code model might be useful to you - EnvDTE80.CodeClass2.

    HTH - Sirkku

  • How to get the Type of a class in a project?