This interface defines the methods required to implement a build
process plug-in for the Sandcastle Help File Builder.
Namespace: SandcastleBuilder.Utils.PlugInAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
public interface IPlugIn : IDisposable |
| Visual Basic |
|---|
Public Interface IPlugIn _ Inherits IDisposable |
Remarks
Derived classes must also implement the
IDisposable methods.