Method CreatePluginContainer
CreatePluginContainer(Plugin)
Invoked by the plugin manager when loading an isolated plugin. Creates a new isolated container for the plugin.
IServiceContainer CreatePluginContainer(Plugin plugin)
Parameters
pluginPluginThe types to be registered with the container
Returns
- IServiceContainer
The created container.