KernelPluginFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides static factory methods for creating commonly-used plugin implementations.
public static class KernelPluginFactory
type KernelPluginFactory = class
Public Class KernelPluginFactory
- Inheritance
-
KernelPluginFactory
Methods
CreateFromFunctions(String, IEnumerable<KernelFunction>) |
Initializes the new plugin from the provided name and function collection. |
CreateFromFunctions(String, String, IEnumerable<KernelFunction>) |
Initializes the new plugin from the provided name, description, and function collection. |
CreateFromObject(Object, String, ILoggerFactory) |
Creates a plugin that wraps the specified target object. |
CreateFromType<T>(String, IServiceProvider) |
Creates a plugin that wraps a new instance of the specified type |