| IPlugIn Interface |
Namespace: SandcastleBuilder.Utils.BuildComponent
The IPlugIn type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurePlugIn |
This method is used by the Sandcastle Help File Builder to let the plug-in perform its own
configuration.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Execute |
This method is used to execute the plug-in during the build process
| |
| Initialize |
This method is used to initialize the plug-in at the start of the build process
|
| Name | Description | |
|---|---|---|
| ExecutionPoints |
This read-only property returns an enumerable list of execution points that define when the plug-in
should be invoked during the build process.
|