IPlug InExecute Method
This method is used to execute the plug-in during the build process
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
void Execute(
ExecutionContext context
)VB
Sub Execute (
context As ExecutionContext
)C++
void Execute(
ExecutionContext^ context
)F#
abstract Execute :
context : ExecutionContext -> unit Parameters
- context ExecutionContext
- The current execution context