The following tables list the members exposed by IAnalysisResultRef.
Public Properties
| Name | Description |
| AnalysisResultFilePath |
Gets the path to the analysis result data file.
|
| Date |
Gets the date when the analysis execution finished.
|
| Id |
Gets the analysis result referenced Id if any, else returns the empty string.
|
| IsHistoric | Returns true if the analysis data is stored in a historic directory. Returns false if the analysis data is stored in the project output directory. |
| Project |
Gets the NDepend project from which the analysis has been done.
|
| ReportFilePath |
Gets the path to the report file corresponding to the analysis result.
|
Top
Public Methods
| Name | Description |
| Load | Overloaded.
Loads the analysis result corresponding to this analysis result reference.
|
Top
Extension Methods
See Also