|
WinCV - .Net class viewer
Every now and then we come across a lot of .Net framework class names. A lot of
time we want to know what namespace this class belongs to. If you have access
to documentation you can quickly find it. But there is a lesser known tool WinCV
- class viewer provided in .Net framework SDK. This utility can be used to
quickly search for the information you are looking for a given class.
This utility is present in Bin folder of Framework SDK. You can
launch this application in two ways. First is by double clicking on WinCV.exe
file in the bin folder. And second is by typing in WinCV.exe on
command line.
|