Table of Contents

Method CreatePluginContainer

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

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

plugin Plugin

The types to be registered with the container

Returns

IServiceContainer

The created container.