Wildcard References Plug InExecute Method
This method is used to execute the plug-in during the build process
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public void Execute(
ExecutionContext context
)VB
Public Sub Execute (
context As ExecutionContext
)C++
public:
virtual void Execute(
ExecutionContext^ context
) sealedF#
abstract Execute :
context : ExecutionContext -> unit
override Execute :
context : ExecutionContext -> unit Parameters
- context ExecutionContext
- The current execution context