Click or drag to resize

Nova.Analysis Namespace

This namespace contains all types used in the analysis of C# code objects, such as metrics and static code analysis.
Classes
  ClassDescription
Public classFindByText
Represents a search of a CodeDOM tree for all objects containing certain text, including the search parameters and results.
Public classFindByType
Represents a search of a CodeDOM tree for all objects of a certain Type, and the search results.
Public classFindReferences
Represents a search of a CodeDOM tree for references (SymbolicRefs) to a target object, and the search results.
Public classMetrics
Stores object counts and other metrics calculated for a code object tree by MetricsVisitor.
Public classMetricsDescriptionAttribute
Public classMetricsVisitor
Visits a code tree, calculating metrics for it.
Public classResult
Represents the result of a Find operation - a CodeObject and its location (Project and CodeUnit).