Managed Reflection Writer Tool

This tool, MRefBuilder.exe, reflects over a set of managed assemblies and creates an XML output file containing information about the APIs found in those assemblies. APIs are namespaces, types, and members defined in the assemblies. Reflection data includes, but is not limited to: visibility, return types, parameter names and types, inheritance data, whether a class is abstract or sealed, etc. The output of MRefBuilder is consumed by the reference build component stack when creating API reference documentation.

TODO: https://web.archive.org/web/20150712175718/http://blogs.msdn.com/b/sandcastle/archive/2006/08/13/697859.aspx

See Also

Other Resources