OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IContainerConfigurator

Configurator for the OpenMod IoC container.

Namespace: OpenMod.API.Ioc
Assembly: OpenMod.API.dll
Syntax
public interface IContainerConfigurator

Methods

| Improve this Doc View Source

ConfigureContainer(IOpenModServiceConfigurationContext, ContainerBuilder)

Called when the OpenMod root IoC container gets built.

Declaration
void ConfigureContainer(IOpenModServiceConfigurationContext openModStartupContext, ContainerBuilder containerBuilder)
Parameters
Type Name Description
IOpenModServiceConfigurationContext openModStartupContext

The startup context.

ContainerBuilder containerBuilder

The container builder.

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)