Name | Description | |
---|---|---|
CreateBlankProject | Creates a new blank project. This method doesn't create the project file, the method SaveProject can be called for that. | |
CreateTemporaryProject | Creates a new temporary project. Calling this method creates the temporary project file in a temporary directory. | |
GetMostRecentlyUsedProjects | Gets a read-only list of NDepend projects references object representing most recently used NDepend projects. | |
LoadProject | Loads a NDepend project, a IProject object, from the path of the project file. | |
SaveProject | Saves a NDepend project to the project file defined by project.IProject.Properties.IProjectProperties.FilePath. | |
ShowDialogChooseAnExistingProject | Shows a dialog that allows the user select an existing NDepend project. | |
ShowDialogSelectAssemblies | Overloaded. Shows a dialog that allows the user select a set of assemblies files. |