Class DelegatePluginContextFactory
Delegate-backed context factory for lightweight hosts and tests.
public sealed class DelegatePluginContextFactory : IPluginContextFactory
- Inheritance
-
DelegatePluginContextFactory
- Implements
- Inherited Members
Constructors
DelegatePluginContextFactory(Func<IPluginContext>)
public DelegatePluginContextFactory(Func<IPluginContext> factory)
Parameters
factoryFunc<IPluginContext>
Methods
CreateContext()
public IPluginContext CreateContext()