My modeler2 application has the feature of importing .NET module. It dumps types, properties and fields. It is not finished but it works !
The C++ application support the /clr option of the compiler. It allows to load .NET assemblies and access it. My C# dll exports a class who uses Reflection to dump the content of an assembly.
The next step is to modify the drawing of the classes. Class informations are dumped line by line. It will be easy to calculate the height of the blue square.
Leave a Reply