|
can i analyse a c++ code using code metric plugin in .net refractor ? if so , how . and if not then how can i create a assembly of that c++ file for refractor. |
|
This certainly should be possible for managed C++. Reflector can take the IL and generate an object model representing the types and methods, which could then be analysed using an addin. |