GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
monop(1) FreeBSD General Commands Manual monop(1)

monop, monop2 - Mono Class Outline Viewer

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

-r:assembly
Specifies the assembly to use for looking up the type
-a
Renders all of the types in the specified assembly.
--search, -s, -k
Searches through all known assemblies for types containing `class'.
--refs
Prints a list of the referenced assemblies for an assembly. Requires an assembly to be specified with -r:assembly.
--filter-obsolete, -f
Do not show obsolete types and members.
--declared-only, -d
Only show members declared in the type.
--private, -p
Show private members.
--runtime-version
Print runtime version.
-xa
Sets the lookup path to the Xamarin.Android directory. This will load both the mscorlib from there, and search assemblies in that directory.
-xi
Sets the lookup path to the Xamarin.iOS directory. This will load both the mscorlib from there, and search assemblies in that directory.

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. Use monop to explore 1.0 assemblies, use monop2 to explore 2.0 assemblies.

The tool takes one option, the class to view. You must specify the full name of the class, including namespace.

For generic classes, you must specify the generic arguments, for example:

monop2 'System.Collections.Generic.List`1'
The above is the string representation for the List<T> in System.Collections.Generic

If you are unsure of the full name of the class, you can use the `--search' option to search through all known assemblies.

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

Visit http://www.mono-project.com for details

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.