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 KernelPluginFactorytype KernelPluginFactory = classPublic 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. | 
| CreateFromObject<T>(T, JsonSerializerOptions, String, ILoggerFactory) | Creates a plugin that wraps the specified target object. | 
| CreateFromType(Type, JsonSerializerOptions, String, IServiceProvider) | Creates a plugin that wraps a new instance of the specified type  | 
| CreateFromType(Type, String, IServiceProvider) | Creates a plugin that wraps a new instance of the specified type  | 
| CreateFromType<T>(JsonSerializerOptions, String, IServiceProvider) | Creates a plugin that wraps a new instance of the specified type  | 
| CreateFromType<T>(String, IServiceProvider) | Creates a plugin that wraps a new instance of the specified type  |