Sandcastle Help File Builder Documentation
C#
VB
C++
F#
Show/Hide TOC
IBuild
Process
Build Method
Call this method to perform the build on the project.
Definition
Namespace:
Sandcastle.Core.BuildEngine
Assembly:
Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
C#
Copy
View Source
Request Example
void
Build
()
VB
Copy
View Source
Request Example
Sub
Build
C++
Copy
View Source
Request Example
void
Build
()
F#
Copy
View Source
Request Example
abstract
Build
:
unit
->
unit
See Also
Reference
IBuildProcess Interface
Sandcastle.Core.BuildEngine Namespace
In This Article
Definition
See Also