A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Can I get alignment value for class using DIA SDK?
I am making app in c++ that can list all classes/structs with their members from PDB using DIA SDK but I don't know how to get alignment value. I tried to search it in Microsoft Learn https://github.com/MicrosoftDocs/visualstudio-docs/tree/master/docs/debugger/debug-interface-access but I wasn't able to find any property that returns class/struct alignment. Can I get it somehow using DIA SDK?
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.