1monop(1)                    General Commands Manual                   monop(1)
2
3
4

NAME

6       monop - Mono Class Outline Viewer
7

SYNOPSIS

9       monop [-r:assembly] [--search] class
10

OPTIONS

12       -r:assembly
13              Specifies the assembly to use for looking up the type
14
15       --search, -s, -k
16              Searches  through  all  known  assemblies  for  types containing
17              `class'.
18
19       --refs Prints a list of the  referenced  assemblies  for  an  assembly.
20              Requires an assembly to be specified with -r:assembly.
21
22       --filter-obsolete, -f
23              Do not show obsolete types and members.
24
25       --declared-only, -d
26              Only show members declared in the type.
27
28       --private, -p
29              Show private members.
30
31       --runtime-version
32              Print runtime version.
33

DESCRIPTION

35       Monop is a tool that allows you to view the outline of a class. You can
36       see the signature of each member of the class.
37
38       The tool takes one option, the class to view. You must specify the full
39       name of the class, including namespace.
40
41       For  generic classes, you must specify the generic arguments, for exam‐
42       ple:
43       monop2 'System.Collections.Generic.List`1'
44       The above is the string representation for the List<T>  in  System.Col‐
45       lections.Generic
46
47       If  you  are  unsure  of  the  full  name of the class, you can use the
48       `--search' option to search through all known assemblies.
49

MAILING LISTS

51       Visit   http://lists.ximian.com/mailman/listinfo/mono-devel-list    for
52       details.
53

WEB SITE

55       Visit http://www.mono-project.com for details
56
57
58
59                                                                      monop(1)
Impressum