Newbie: Classes and what they can do?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I saw an example on the newsgroup where using System.NEt was used to obtain
an IP and hostname.

Where does one go to get information on what the various classes can do and
how a person can use them.

Sorry if this seems basic, I'm just starting out and curious obviously.
 
The .NET framework documentation has very good docs for all classes. If you
installed the .NET framework SDK, you will have the documentation. Open that
up, it's under Reference -> Class Library
 
Thank You!

Tu-Thach said:
The .NET framework documentation has very good docs for all classes. If you
installed the .NET framework SDK, you will have the documentation. Open that
up, it's under Reference -> Class Library
 
Back
Top