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

NAME

6       monop, monop2 - 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.   Use monop  to  explore
37       1.0 assemblies, use monop2 to explore 2.0 assemblies.
38
39       The tool takes one option, the class to view. You must specify the full
40       name of the class, including namespace.
41
42       For generic classes, you must specify the generic arguments, for  exam‐
43       ple:
44       monop2 'System.Collections.Generic.List`1'
45       The  above  is the string representation for the List<T> in System.Col‐
46       lections.Generic
47
48       If you are unsure of the full name  of  the  class,  you  can  use  the
49       `--search' option to search through all known assemblies.
50

MAILING LISTS

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

WEB SITE

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