PDA

View Full Version : Objects in the .NET framework


N!ck
02-07-2004, 02:13 PM
Suppose someone is asked to provide a list of all objects in the .NET framework. Where might he/she be able to find that? Would the person asking for the list actually be looking for a list of .NET classes?

Thanks for any insight. :nervous:

AWS
02-07-2004, 03:49 PM
Suppose someone is asked to provide a list of all objects in the .NET framework. Where might he/she be able to find that? Would the person asking for the list actually be looking for a list of .NET classes?

Thanks for any insight. :nervous:
By using the obect browser built into the VS.net ide or by looking through the sdk.

N!ck
02-07-2004, 04:25 PM
Thanks AWS. Where can I find the VS.net IDE (or SDK)?

AWS
02-08-2004, 05:24 PM
Thanks AWS. Where can I find the VS.net IDE (or SDK)?
It's part of Visual Studio.Net which you buy at any software store.
You can download the sdk at MSDN.