update
[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] class
7 .SH OPTIONS
8 .TP
9 .I \-r:assembly
10 Specifies the assembly to use for looking up the type
11 .PP
12 .SH DESCRIPTION
13 Monop is a tool that allows you to view the outline of a class. You can see the
14 signature of each member of the class.
15 .PP
16 The tool takes one option, the class to view. You must specify the full name of the
17 class, including namespace.