This repository was archived by the owner on Mar 2, 2021. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The visualizer contains two solutions: one for Linux for a native
Gtk#/Moonlight application and one for Windows for a Silverlight/Web
edition.
* On Windows/Silverlight
Open the VisualStudio solution with Visual Studio 2008
Build the generator project, and then run from the shell:
generator someassembly.dll > SilverlightViewer.Web/mscorlib.xml
Then start it up
* On Linux/Moonlight
To use this you first need to genereate the data to load. Build the
TreemapViewer.sln solution, and then do:
mono generator/bin/Debug/generator.exe > all-profiles.xml
Then you can visualize it:
mono TreemapViewer/bin/Debug/TreemapViewer.exe all-profiles.xml