HowTo get all interfaces types from visual studio

2019-05-20 00:32发布

问题:

I'm trying to write an extension to visual studio.

I need to get a list of all the interfaces types found in all the projects in the current opened solution.
So far i have tried doing this using the EnvDev namespace.

Is there a way of doing this without parsing the project's .cs files ?

Thanks,

Chai.