Interface IOpenModServiceConfigurationContext
The context used when the OpenMod container or configuration gets built.
Namespace: OpenMod.API.Ioc
Assembly: OpenMod.API.dll
Syntax
public interface IOpenModServiceConfigurationContext
Properties
| Improve this Doc View SourceConfiguration
The current OpenMod configuration.
Declaration
IConfigurationRoot Configuration { get; }
Property Value
Type | Description |
---|---|
IConfigurationRoot |
DataStore
Data store for startup.
Declaration
Dictionary<string, object> DataStore { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> |
LoggerFactory
The logger factory.
Declaration
ILoggerFactory LoggerFactory { get; }
Property Value
Type | Description |
---|---|
ILoggerFactory |
OpenModStartup
The OpenMod startup utility instance.
Declaration
IOpenModStartup OpenModStartup { get; }
Property Value
Type | Description |
---|---|
IOpenModStartup |
Runtime
The OpenMod runtime
Declaration
IRuntime Runtime { get; }
Property Value
Type | Description |
---|---|
IRuntime |