HowTo get all interfaces types from visual studio solution?

时光总嘲笑我的痴心妄想 提交于 2019-12-07 18:08:49

问题


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.

来源:https://stackoverflow.com/questions/13051397/howto-get-all-interfaces-types-from-visual-studio-solution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!