I have created a C++/CLI wrapper around some library. When I inspect the compiled assembly in one of the freely available decompilers, apart from pure managed classes and namespaces I see a plethora of unmanaged pure C++ classes and namespaces. I see no point in having them there.
Is there a way to get rid of them and show only pure managed stuff? This is a question of pure aesthetics, nothing more.