The DeploymentPlugIn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DeploymentPlugIn | Initializes a new instance of the DeploymentPlugIn class |
Methods
| Name | Description | |
|---|---|---|
| ConfigurePlugIn |
This method is used by the Sandcastle Help File Builder to let the
plug-in perform its own configuration.
| |
| Dispose()()()() |
This implements the Dispose() interface to properly dispose of
the plug-in object.
| |
| Dispose(Boolean) |
This can be overridden by derived classes to add their own
disposal code if necessary.
| |
| Equals | (Inherited from Object.) | |
| Execute |
This method is used to execute the plug-in during the build process
| |
| Finalize |
This handles garbage collection to ensure proper disposal of the
plug-in if not done explicity with Dispose()()()().
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
This method is used to initialize the plug-in at the start of the
build process.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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 plug-in does not run in partial builds
| |
| SupportsConfiguration |
This plug-in supports configuration
| |
| Version |
This read-only property returns the version of the plug-in
|