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 SourceConfiguration
Gets the plugin configuration.
Declaration
IConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
IConfiguration |
ContainerBuilder
Gets the container builder.
Declaration
ContainerBuilder ContainerBuilder { get; }
Property Value
Type | Description |
---|---|
Container |
ParentLifetimeScope
Gets the parent lifetime scope.
Declaration
ILifetimeScope ParentLifetimeScope { get; }
Property Value
Type | Description |
---|---|
ILifetime |
WorkingDirectory
Gets the plugin working directory.
Declaration
string WorkingDirectory { get; }
Property Value
Type | Description |
---|---|
System. |