Call this method to perform the build on the project.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public void Build()
Visual Basic
Public Sub Build

Events

Event TypeReason
BuildProcess..::..BuildStepChangedThis event fires when the current build step changes.
BuildProcess..::..BuildProgressThis event fires to report progress information.

See Also