Table of Contents

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 KernelPlugin

The plugin which contains the function.

function KernelFunction

The 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.