Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asklar/dumpwinmd

Generate an XML representation of a Windows Metadata file
https://github.com/asklar/dumpwinmd

Last synced: 4 days ago
JSON representation

Generate an XML representation of a Windows Metadata file

Awesome Lists containing this project

README

        

# DumpWinMD
Generate an XML representation of a Windows Metadata file

## Usage:
`DumpWinMD myAssembly.winmd`

Produces a file `myAssembly.xml` with an XML description of the API surface (types, members, attributes, etc.)

## Building
This project uses [Middleweight reflection](https://github.com/MikeHillberg/middleweight-reflection).