How do I run Object Browser directly from Windows and not from Visual Studio?
I'm using Object Browser to study .Net
classes. It's much better than MSDN, because it allows me to skip derived members.
For example, when I research AnimationTimeline I don't have to wade through all the Timeline clutter. I only see what has been added to the derived AnimationTimeline. It's easier to navigate. However, it's a bother to open VS just so that I can use object browser.