object browser with Visual Studio.Net 2005

  • Thread starter Thread starter Vivek N
  • Start date Start date
V

Vivek N

I've been working on .Net development. I was wondering if the object
browser (the one that comes with Visual Studio.Net 2005) shows the
"Protected" fucntions, events etc. I'm not seeing it and so was curious
if there is any configuration setting.

Thanks, Vivek
 
I'm pretty sure the built-in object browser doesn't,
but the online object browser ( which comes with the SDK's QuickStart ) does :

http://www.asp.net/QUICKSTART/util/classbrowser.aspx?namespace=System

A specific example is System.ApplicationException :

http://www.asp.net/QUICKSTART/util/...9&namespace=System&class=ApplicationException




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top