WinMDGraph
Parse the WinRT metadata files (WinMD) and produce a GraphViz DOT describing the relationships between runtimeclasses.
Install / Use
/learn @david-risney/WinMDGraphREADME
WinMDGraph
Parse the WinRT metadata files (WinMD) and produce a GraphViz DOT describing the relationships between runtimeclasses.
The WinMDGraph tool uses .NET reflection APIs to parse WinMD files and produces as output a DOT file that describes the relationships between runtimeclasses. A DOT file describes graphs and can be turned into an image using http://www.graphviz.org/ tools.



WinMD
WinMDGraph uses WinMD.dll to parse the WinMD files. You can also use WinMD.dll on its own in PowerShell or .NET.
