This namespace contains the classes related to the build engine.
Classes
| Class | Description | |
|---|---|---|
| BuildProcess |
This class is used to handle all aspects of the build process in a
separate thread.
| |
| BuildProgressEventArgs |
This is a custom event arguments class for the
BuildProgress event.
| |
| FullTextIndex |
This is a really basic implementation of an algorithm used to create
a full-text index of the website pages so that they can be searched
using the ASP.NET web pages.
| |
| XmlCommentsFile |
This represents an XML comment file and is used when searching for and
adding missing documentation tag information.
| |
| XmlCommentsFileCollection |
This collection class is used to hold the XML comments files
during the build process.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BuildStep |
This public enumerated type defines the build steps used when reporting
progress during a build.
|