Exported Class

Is there any way using the VCCodeModel to obtain if a class is declared to be exported in a DLL

#define TEST __declspec(dllexport)

class TEST
{
};


Answer this question

Exported Class

  • Exported Class