mono-api-info - Man Page

Expose IL structure of CLR assemblies as XML.

Synopsis

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

Description

Expose the structure of your CLR assemblies by examining their IL and giving XML output.

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.

Options

--abi

Show the ABI instead of the API, that is, non-static fields (even the non-public ones) that are not marked as [NonSerialized()].

Author

Written by Andrés G. Aragoneses

Mailing Lists

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

Web Site

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

See Also

mono(1)