The DeploymentPlugIn type exposes the following members.

Constructors

  NameDescription
Public methodDeploymentPlugIn
Initializes a new instance of the DeploymentPlugIn class

Methods

  NameDescription
Public methodConfigurePlugIn
This method is used by the Sandcastle Help File Builder to let the plug-in perform its own configuration.
Public methodDispose()()()()
This implements the Dispose() interface to properly dispose of the plug-in object.
Protected methodDispose(Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute
This method is used to execute the plug-in during the build process
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the plug-in if not done explicity with Dispose()()()().
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
This method is used to initialize the plug-in at the start of the build process.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCopyright
This read-only property returns the copyright information for the plug-in.
Public propertyDescription
This read-only property returns a brief description of the plug-in
Public propertyExecutionPoints
This read-only property returns a collection of execution points that define when the plug-in should be invoked during the build process.
Public propertyName
This read-only property returns a friendly name for the plug-in
Public propertyRunsInPartialBuild
This plug-in does not run in partial builds
Public propertySupportsConfiguration
This plug-in supports configuration
Public propertyVersion
This read-only property returns the version of the plug-in

See Also