1Mono(mono-api-info)                                        Mono(mono-api-info)
2
3
4

NAME

6       mono-api-info - Expose IL structure of CLR assemblies as XML.
7

SYNOPSIS

9       mono-api-info [--abi] assembly1.dll assembly2.exe ...
10

DESCRIPTION

12       Expose  the  structure of your CLR assemblies by examining their IL and
13       giving XML output.
14
15       By default this tool gives information about just the public API of the
16       assemblies  to  scan.  So  it's  good  for  comparing API compatibility
17       between versions of libraries.
18

OPTIONS

20       --abi  Show the ABI instead of the  API,  that  is,  non-static  fields
21              (even  the  non-public  ones) that are not marked as [NonSerial‐
22              ized()].
23

AUTHOR

25       Written by Andrés G. Aragoneses
26
28       Copyright (C) 2010 LindenLab.  Released under BSD license.
29

MAILING LISTS

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

WEB SITE

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

SEE ALSO

37       mono(1)
38
39
40
41                                                           Mono(mono-api-info)
Impressum