Hi!
Where do i find .NET class libary in Visual studio? I mean if you would like
to browse through the classes and members. Or if you want to search fr specific
classes or members.
Thanks in advance.
Jacob
Mark Rae - 30 May 2007 12:16 GMT
> Where do i find .NET class libary in Visual studio? I mean if you would
> like
> to browse through the classes and members. Or if you want to search fr
> specific
> classes or members.
View, Object Browser

Signature
http://www.markrae.net
Patrick Philippot - 30 May 2007 12:25 GMT
> Where do i find .NET class libary in Visual studio? I mean if you
> would like to browse through the classes and members. Or if you want
> to search fr specific classes or members.
Hi,
If you don't already have it, I recommend installing Reflector:
http://www.aisto.com/roeder/dotnet/

Signature
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Ignacio Machin ( .NET/ C# MVP ) - 30 May 2007 15:26 GMT
Hi,
> Hi!
>
[quoted text clipped - 3 lines]
> specific
> classes or members.
Object Browser ( Ctrl + ALT + J ) , but I think that you better use the MSDN
library, you will get a better help about the methods and how to use them.