Updated mailing list and, in some case, the mono web site URLs
[mono.git] / man / monop.1
1 .TH "monop" 1
2 .SH NAME
3 monop \- Mono Class Outline Viewer
4 .SH SYNOPSIS
5 .B monop
6 [-r:assembly] [--search] class
7 .SH OPTIONS
8 .TP
9 .I \-r:assembly
10 Specifies the assembly to use for looking up the type
11 .TP
12 .I \--search, -s, -k
13 Searches through all known assemblies for types containing `class'.
14 .PP
15 .SH DESCRIPTION
16 Monop is a tool that allows you to view the outline of a class. You can see the
17 signature of each member of the class.
18 .PP
19 The tool takes one option, the class to view. You must specify the full name of the
20 class, including namespace.
21
22 If you are unsure of the full name of the class, you can use the
23 `--search' option to search through all known assemblies.
24
25 .SH MAILING LISTS
26 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
27 .SH WEB SITE
28 Visit http://www.mono-project.com for details