Name
WinCV.exe — Windows Class Viewer
Synopsis
wincv [options]Description
Searches for matching names within a supplied assembly and displays types and member signatures as C# code. If no assemblies are supplied, it uses the default libraries. The namespaces and classes are displayed in a listbox, and the selected type information is displayed in another window.
Options
-
/?,/h Displays usage information and exits.
-
@file Specifies a response file containing
WinCV.exeoptions.-
/hide:option Hides types matching the specified option. Valid options are
protected,private,internal, andinherited. You may supply this option multiple times.-
/nostdlib[+|-] Use
/nostdlib+or/nostdlibto suppress loading default assemblies.-
/r:file Specifies an assembly. You may supply this option multiple times to specify multiple assemblies. Use
/nostdlibto hide everything else but the types in the specified assemblies.-
/show:option Shows types matching the specified option. Valid options are
protected,private,internal, andinherited. You may supply this option multiple times.
See Also
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access