| BuildProcess Methods |
The BuildProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyManualApiFilter |
This is used to manually apply the specified API filter to the specified reflection information file
| |
| ApplyVisibilityProperties |
Apply the project's Visibility category properties to the given reflection information file
| |
| Build |
Call this method to perform the build on the project.
| |
| EnsureOutputFoldersExist |
This is used to ensure that all output folders exist based on the selected help file format(s)
| |
| Equals | (Inherited from Object.) | |
| ExecuteAfterStepPlugIns |
This can be used by plug-ins using the
InsteadOf execution behavior to execute plug-ins that want to run
after the plug-in has executed its main processing.
| |
| ExecuteBeforeStepPlugIns |
This can be used by plug-ins using the
InsteadOf execution behavior to execute plug-ins that want to run
before the plug-in executes its main processing.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindOnFixedDrives |
Find a folder by searching the Program Files folders on all fixed drives.
| |
| FindSdkExecutable |
This is used to find the named executable in one of the Visual Studio SDK installation folders.
| |
| FindTools |
Find the Sandcastle tools and the HTML help compiler
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReferencedNamespaces |
This is used to get an enumerable list of unique namespaces from the given reflection data file
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnBuildProgress |
This raises the BuildProgress event.
| |
| OnBuildStepChanged |
This raises the BuildStepChanged event.
| |
| ReadWithEncoding |
This is used to read in a file using an appropriate encoding method
| |
| ReportProgress(String, Object) |
This is used to report progress during the build process within the current step
| |
| ReportProgress(BuildStep, String, Object) |
This is used to report progress during the build process and possibly update the current step
| |
| ReportWarning |
This is used to report a warning that may need attention
| |
| RunProcess |
This is used to run a step in the build process
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TransformTemplate |
Transform the specified template by inserting the necessary values into the place holders and saving
it to the working folder.
| |
| TransformText |
Transform the specified template text by inserting the necessary
values into the place holders tags.
| |
| VerifySafePath |
Make sure the path isn't one the user would regret having nuked without warning
|