digitalmars.D - classinfo.name should also have package/module
- "Ben Hinkle" <ben.hinkle gmail.com> Jul 10 2005
Is it possible to have the classinfo.name field include the package and module name? Or perhaps have that information elsewhere in the classinfo? The reason I ask is that in the reflection API project it would be useful to be able to take an object and find out what package/module the class is in (in addition to the class name).
Jul 10 2005








"Ben Hinkle" <ben.hinkle gmail.com>