2 .\" mono-api-info manual page.
3 .\" Copyright (C) 2010 Linden Lab, Inc (http://www.lindenlab.com)
5 .\" Andrés G. Aragoneses <andres@lindenlab.com>
7 .TH Mono "mono-api-info"
9 mono-api-info \- Expose IL structure of CLR assemblies as XML.
13 .B mono-api-info [--abi] assembly1.dll assembly2.exe ...
15 Expose the structure of your CLR assemblies by examining their IL and
18 By default this tool gives information about just the public API of the
19 assemblies to scan. So it's good for comparing API compatibility between
20 versions of libraries.
24 Show the ABI instead of the API, that is, non-static fields (even the
25 non-public ones) that are not marked as [NonSerialized()].
27 Written by Andrés G. Aragoneses
29 Copyright (C) 2010 LindenLab.
30 Released under BSD license.
32 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
34 Visit http://www.mono-project.com for details