https://github.com/asklar/dumpwinmd
Generate an XML representation of a Windows Metadata file
https://github.com/asklar/dumpwinmd
Last synced: 4 months ago
JSON representation
Generate an XML representation of a Windows Metadata file
- Host: GitHub
- URL: https://github.com/asklar/dumpwinmd
- Owner: asklar
- License: mit
- Created: 2021-01-23T20:03:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T10:12:35.000Z (over 4 years ago)
- Last Synced: 2024-12-30T07:42:29.597Z (6 months ago)
- Language: C#
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).