Method GetPluginStoragePath
GetPluginStoragePath(Assembly)
Gets the storage path for the specified plugin.
public string GetPluginStoragePath(Assembly pluginAssembly)
Parameters
pluginAssemblyAssemblyThe assembly of the plugin, e.g. typeof(MyService).Assembly
Returns
- string
The storage directory for the specified plugin.
Exceptions
- ArgumentException
Thrown if the specified assembly is not a plugin.