Using Object Browser in Visual Studio
Author: sedelstein
Creation Date: 5/18/2013 2:28 PM
profile picture

sedelstein

#1
Hello User Community

I am trying to expose the properties of a class in Visual Studio as per Eugene's recomendation in the following thread http://www.wealth-lab.com/Forum/Posts/PerformanceEngine-cs-33297

Specifically, I want to see the properties of the Performance Class in WealthLab.Visualizers.MS123

As he mentioned there "Feel free to explore its properties using Visual Studio's Object Browser"

I am a Visual Studio newbie. If it's easy enough, can someone offer a suggestion or dumbed down way to do this?

Thanks for your help
profile picture

Cone

#2
1. Open a project that has a reference to WealthLab.dll (or add the reference to any project).

2. View > Object Browser

3. Drill down to WealthLab > { } WealthLab > SystemPerformance

Properties and methods are displayed in the pane on the right. Right click for more options.
profile picture

sedelstein

#3
Thanks boatloads!

profile picture

Eugene

#4
And you can do as Cone suggested for the PerformanceEngine class from WealthLab.Visualizers.MS123.dll - as this was your intention.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).