Interface IConfig
Represents a configuration object which at a minimum has path to the config file that was loaded and a callback for loaded events.
Namespace: Acoustics.Shared.ConfigFile
Assembly: Acoustics.Shared.dll
Syntax
public interface IConfig
Properties
| Improve this Doc View SourceConfigPath
Declaration
string ConfigPath { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceInvokeLoaded()
Declaration
void InvokeLoaded()
Events
| Improve this Doc View SourceLoaded
Declaration
event Action<IConfig> Loaded
Event Type
Type | Description |
---|---|
Action<IConfig> |