3 monop, monop2 \- Mono Class Outline Viewer
6 [-r:assembly] [--search] class
10 Specifies the assembly to use for looking up the type
12 .I \-\-search, \-s, \-k
13 Searches through all known assemblies for types containing `class'.
16 Prints a list of the referenced assemblies for an assembly.
17 Requires an assembly to be specified with -r:assembly.
19 .I \-\-filter-obsolete, \-f
20 Do not show obsolete types and members.
22 .I \-\-declared-only, \-d
23 Only show members declared in the type.
28 .I \-\-runtime\-version
29 Print runtime version.
32 Monop is a tool that allows you to view the outline of a class. You can see the
33 signature of each member of the class. Use \fImonop\fP to explore 1.0
34 assemblies, use \fImonop2\fP to explore 2.0 assemblies.
36 The tool takes one option, the class to view. You must specify the full name of the
37 class, including namespace.
39 For generic classes, you must specify the generic arguments, for
42 monop2 'System.Collections.Generic.List`1'
44 The above is the string representation for the List<T> in System.Collections.Generic
46 If you are unsure of the full name of the class, you can use the
47 `--search' option to search through all known assemblies.
50 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
52 Visit http://www.mono-project.com for details