This method is used to execute the plug-in during the build process

Namespace: SandcastleBuilder.Utils.PlugIn
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
void Execute(
	ExecutionContext context
)
Visual Basic
Sub Execute ( 
	context As ExecutionContext
)

Parameters

context
Type: SandcastleBuilder.Utils.PlugIn..::..ExecutionContext
The current execution context

See Also