This is the root namespace of the Nova Project, which includes a complete CodeDOM for C#, and supporting types for Parsing, Resolving, Analysis, and Rendering of C# code.
Classes
| Class | Description |
---|
| Codebase |
A Codebase is a database of code and related objects - NOT CURRENTLY NECESSARY TO USE.
In addition to code ( Solutions), it might contain any related information, such as: users,
versioning information, metrics, requirements, issue tracking, configuration data, and even runtime state.
|
| Configuration |
Configuration class for Nova classes.
|
| Log |
Supports logging of messages.
|
Enumerations
| Enumeration | Description |
---|
| LogLevel |
The logging level.
|