This wrapper tool is very useful for integrating legacy c++ code with .Net assemblies. The tool automatically creates c++ wrapper class source code. The wrapping classes are integrated into a C++ CLI project and accessed from plain C++ projects. Thus it enables a C++ developer to use the full bandwidth of .Net functionalities in their pure C++ projects.
The main focus of the project is to make the transition of pure C++ projects to the .Net environment more smoothly.