Welcome to mirror list, hosted at ThFree Co, Russian Federation.

monop.1 « man - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89ab4d8072bb5cdb0a6b4bf8bc219efecb218859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "monop" 1
.SH NAME
monop \- Mono Class Outline Viewer
.SH SYNOPSIS
.B monop
[-r:assembly] class
.SH OPTIONS
.TP
.I \-r:assembly
Specifies the assembly to use for looking up the type
.PP
.SH DESCRIPTION
Monop is a tool that allows you to view the outline of a class. You can see the
signature of each member of the class.
.PP
The tool takes one option, the class to view. You must specify the full name of the
class, including namespace.