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

Interface IPluginServiceConfigurationContext

Context used on plugin container configuration.

Namespace: OpenMod.API.Plugins
Assembly: OpenMod.API.dll
Syntax
public interface IPluginServiceConfigurationContext

Properties

| Improve this Doc View Source

Configuration

Gets the plugin configuration.

Declaration
IConfiguration Configuration { get; }
Property Value
Type Description
IConfiguration
| Improve this Doc View Source

ContainerBuilder

Gets the container builder.

Declaration
ContainerBuilder ContainerBuilder { get; }
Property Value
Type Description
ContainerBuilder
| Improve this Doc View Source

ParentLifetimeScope

Gets the parent lifetime scope.

Declaration
ILifetimeScope ParentLifetimeScope { get; }
Property Value
Type Description
ILifetimeScope
| Improve this Doc View Source

WorkingDirectory

Gets the plugin working directory.

Declaration
string WorkingDirectory { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)