Class PluginConfigLoader
public static class PluginConfigLoader
- Inheritance
-
PluginConfigLoader
- Inherited Members
Methods
LoadAssemblyConfig<TConfig>()
Loads a JSON config file named after the assembly (lowercase) plus .json Example: EuroJapan.Api.DonKyatt.dll -> eurojapan.api.donkyatt.json The file is searched in the same directory as the assembly of TConfig.
public static TConfig LoadAssemblyConfig<TConfig>()
Returns
- TConfig
Type Parameters
TConfig