The C# team posts answers to common questions and describes new language features
When you install the .NET SDK / VS.NET, you are provided with numerous stand alone programming tools, one of which is named wincv.exe (Windows Class Viewer). Many developers are unaware of wincv.exe, as it is buried away under the C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin subdirectory (by default).
This tool allows you to type in the name of a given type in the base class libraries and view the C# definition of the type. Mind you, wincv.exe will not show you the implementation logic, but you will be provided with a clean snapshot of the member definitions.
Tip from Andrew Troelsen Posted by: Duncan Mackenzie, MSDN This post applies to Visual C# .NET 2003
PingBack from http://woodtvstand.info/story.php?id=43868
it is really useful tools but the problem is that i cant be able to find that tools in vs 2010 please help