Hi, I am working on a profiling tool in C#. It analyses C++ PDB file using DIA SDK and lists all classes, functions, fields etc.
I would like to know the folder names of the classes and list classes, functions etc folder wise. I have seen all the properties/functions on IDiaSymbol, but could not find anything on the folder name of the class file. How to get folder names of the classes in C++ PDB using DIA SDK in C#? Thanks Raghu
