The IPlugIn type exposes the following members.
Methods
| 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.
|
Properties
| Name | Description | |
|---|---|---|
| Copyright |
This read-only property returns the copyright information for the
plug-in.
| |
| Description |
This read-only property returns a brief description of the plug-in
| |
| ExecutionPoints |
This read-only property returns a collection of execution points
that define when the plug-in should be invoked during the build
process.
| |
| Name |
This read-only property returns a friendly name for the plug-in
| |
| RunsInPartialBuild |
This read-only property returns true if the plug-in should run in
a partial build or false if it should not.
| |
| Version |
This read-only property returns the version of the plug-in
|