This post originated from an RSS feed registered with .NET Buzz
by Raymond Lewallen.
Original Post: Wincv - The Windows Forms Class Viewer
Feed Title: Raymond Lewallen
Feed URL: /error.htm?aspxerrorpath=/blogs/raymond.lewallen/rss.aspx
Feed Description: Patterns and Practices, OOP, .Net and Sql
Saw a funny post on this blog earlier,
and thought maybe a lot of people donât know about the tools in
SDK. One of them is wincv, and if you donât know about wincv.exe,
youâve been missing out. If you use reflector, then you haven't been missing out, and I like reflector better, personally.
Wincv is
the windows forms class viewer. It lets you find information
about a class simply by typing in a search string. If I launch
wincv (location in âC:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Binâ so it helps to have this in your PATH) and type in
âDateTimeâ, I get what you see below:
The default assemblies it loads for searching are:
mscorlib.dll, System.dll, System.Data.dll, System.Design.dll,
System.DirectoryServices.dll, System.Drawing.dll,
System.Drawing.Design.dll, System.Messaging.dll,
System.Runtime.Serialization.Formatters.Soap.dll,
System.ServiceProcess.dll, System.Web.dll, System.Web.Services.dll,
System.Windows.Forms.dll, System.XML.dll