Class CProject
Represents a class to manage C/C++ project content.
public class CProject
- Inheritance
-
CProject
Constructors
- CProject()
Initializes a new instance of the
CProject
class with default settings.
Properties
- IncludeDirectories
Represents a list of include files locations.
- SourceFiles
Represents a list of files that belong to the project.
Methods
Events
- Changed
Occurs when project data changes.