Interface IFunctionBuilder
- Namespace
- SemanticPluginForge.Core
- Assembly
- SemanticPluginForge.Core.dll
Interface for a function builder.
public interface IFunctionBuilder
Methods
PatchKernelFunctionWithMetadata(KernelPlugin, KernelFunction)
Patch a KernelFunction object.
KernelFunction? PatchKernelFunctionWithMetadata(KernelPlugin plugin, KernelFunction function)
Parameters
plugin
KernelPluginThe plugin which contains the function.
function
KernelFunctionThe function which should be patched.
Returns
- KernelFunction
Returns null if the function should be suppressed,
function
if the function should not be patched otherwise the patched function.