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.exe options.

/hide: option

Hides types matching the specified option. Valid options are protected, private, internal, and inherited. You may supply this option multiple times.

/nostdlib[+|-]

Use /nostdlib+ or /nostdlib to suppress loading default assemblies.

/r: file

Specifies an assembly. You may supply this option multiple times to specify multiple assemblies. Use /nostdlib to hide everything else but the types in the specified assemblies.

/show: option

Shows types matching the specified option. Valid options are: protected, private, internal, and inherited. You may supply this option multiple times.

See Also

ILDasm.exe

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.