Class PluginStorageService
Manages plugin data stored in the Anvil home directory.
Use this service to get a path for reading and writing configs or data for your plugin.
[ServiceBinding(typeof(PluginStorageService))]
public sealed class PluginStorageService
- Inheritance
-
PluginStorageService
- Inherited Members
- Extension Methods
Constructors
- PluginStorageService(PluginManager)
Manages plugin data stored in the Anvil home directory.
Use this service to get a path for reading and writing configs or data for your plugin.
Methods
- GetPluginStoragePath(Assembly)
Gets the storage path for the specified plugin.