The methods of the Project class are listed below. For a complete list of Project class members, see the Project Members topic.
AppendProbePath | Appends the specified directory to the documenter probe path. |
Clear | Clears the project. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetDocumenter | Retrieves a documenter by name. |
GetFullPath | Combines the specified path with the BaseDirectory of the Project to form a full path to file or directory. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetRelativePath | Gets the relative path of the passed path with respect to the BaseDirectory of the Project. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Read | Reads an NDoc project file from disk. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | Writes an NDoc project to a disk file. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Project Class | NDoc.Core Namespace