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:
authorAndrés G. Aragoneses <knocte@gmail.com>2010-08-23 00:36:40 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-08-23 18:42:30 +0400
commit744d29e756217c768cb7e539bdd9dc6f6aec5ecb (patch)
tree07b06d8a1123070e21e4c73f1391053eb4212d01 /man/mono-api-info.1
parent90c3c6a594728c0e1a1c21a7380b0848752fd4f2 (diff)
[tools] Merge mono-abi-info tool into a "--abi" flag for mono-api-info
This commit also includes a brief (help welcome!) man page for mono-api-info that explains its usage.
Diffstat (limited to 'man/mono-api-info.1')
-rw-r--r--man/mono-api-info.136
1 files changed, 36 insertions, 0 deletions
diff --git a/man/mono-api-info.1 b/man/mono-api-info.1
new file mode 100644
index 00000000000..33c22badfbf
--- /dev/null
+++ b/man/mono-api-info.1
@@ -0,0 +1,36 @@
+.\"
+.\" mono-api-info manual page.
+.\" Copyright (C) 2010 Linden Lab, Inc (http://www.lindenlab.com)
+.\" Author:
+.\" Andrés G. Aragoneses <andres@lindenlab.com>
+.\"
+.TH Mono "mono-api-info"
+.SH NAME
+mono-api-info \- Expose IL structure of CLR assemblies as XML.
+.
+.SH SYNOPSIS
+.PP
+.B mono-api-info [--abi] assembly1.dll assembly2.exe ...
+.SH DESCRIPTION
+Expose the structure of your CLR assemblies by examining their IL and
+giving XML output.
+.PP
+By default this tool gives information about just the public API of the
+assemblies to scan. So it's good for comparing API compatibility between
+versions of libraries.
+.SH OPTIONS
+.TP
+.I "--abi"
+Show the ABI instead of the API, that is, non-static fields (even the
+non-public ones) that are not marked as [NonSerialized()].
+.SH AUTHOR
+Written by Andrés G. Aragoneses
+.SH COPYRIGHT
+Copyright (C) 2010 LindenLab.
+Released under BSD license.
+.SH MAILING LISTS
+Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
+.SH WEB SITE
+Visit http://www.mono-project.com for details
+.SH SEE ALSO
+.BR mono(1)