1

I am developing a visual studio C# application.

As part of this application I want to conduct a static analysis of C-Code (i.e. the C# application analyzes C-Code).

To this end I want to access some static code analysis tool from within my C#-code and run it over the relevant C-Files.

I hoped that there was some API for "CppCheck", which is installed as a plugin in my Visual Studio Environment:

enter image description here

However, so far I have not found an API through which I would be able to access CppCheck.

My question is: Does anyone know an API for CppCheck or some other C-Code-Analyser that I can use within my C# application?

1
  • System.Diagnostics.Process.Start? Commented Mar 28, 2018 at 1:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.