Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list of c# classes and objects? 1

Status
Not open for further replies.

nicklieb

Programmer
Oct 17, 2002
383
GB
Hi,

Does anyone know where I can find a list of the all the standard objects and classes that are available in c# .NET with an explanation of what they are.

The msdn and visual studio helper are absoloute rubbish.


The problem I have is, I know what I want to do, but I don't know whihc function to use.


I'll describe the problem:

I would like to create an applet that is embedded in a webform, that can scan for mounted devices, like USB, and then disply them, and then read a text file off the usb device.

I'm guess i'll be using system.IO, but not sure of where to proceed next.

thanks in advance
 
found the 101 examples.. which is exactly what i was looking for!
 
See faq732-5112 for info on how to download the .NET framework v1.1 class library posters.

I've looked for an equivalent link for 2005, but haven't found one yet.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top