Where do i find .NET class libary in Visual studio?

  • Thread starter Thread starter Jacob
  • Start date Start date
J

Jacob

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
 
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
 
Hi,

Jacob said:
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.

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.
 
Back
Top