Obviously this would be scoped to the current solution, but I need to find all the types that inherit from a particular base type. The Object Browser seems to only support backtracking through the inheritance tree from a given type.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually, this is weird:
On this MSDN page, it says:
But the option ‘Show Derived Types’ doesnt appear for me in the Object Browser settings.
Alternatively, if you have ReSharper its just:
Press
alt+endonce you’ve clicked on the class in object browser.Or right click on class >
Derived Symbols.