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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2015-02-08 06:44:32 +0300
committerMiguel de Icaza <miguel@gnome.org>2015-02-08 06:44:50 +0300
commit4489d2399df6280ad35dd52ffad5fdbccbc14176 (patch)
tree9178749d8e0ea33da68c3a4c4371c2270d635886 /man/monop.1
parentcc6e967a23b64b22b691b69618de865d3eff697f (diff)
[monop] Port to use IKVM.Reflection, add -xi and -xa options to easily lookup Xamarin.Android and Xamarin.iOS types
Diffstat (limited to 'man/monop.1')
-rw-r--r--man/monop.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man/monop.1 b/man/monop.1
index fa913978dc0..cea422fd0e1 100644
--- a/man/monop.1
+++ b/man/monop.1
@@ -30,6 +30,14 @@ Show private members.
.TP
.I \-\-runtime\-version
Print runtime version.
+.TP
+.I \-xa
+Sets the lookup path to the Xamarin.Android directory. This will
+load both the mscorlib from there, and search assemblies in that directory.
+.TP
+.I \-xi
+Sets the lookup path to the Xamarin.iOS directory. This will
+load both the mscorlib from there, and search assemblies in that directory.
.PP
.SH DESCRIPTION
Monop is a tool that allows you to view the outline of a class. You can see the