mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
[Plugin system] Move floppy images to dependency injection.
This commit is contained in:
@@ -65,9 +65,11 @@ public interface IPluginRegister
|
||||
/// <param name="services">Service collection</param>
|
||||
void RegisterFilterPlugins(IServiceCollection services);
|
||||
|
||||
/// <summary>Gets all floppy image plugins</summary>
|
||||
/// <returns>List of floppy image plugins</returns>
|
||||
List<Type> GetAllFloppyImagePlugins();
|
||||
/// <summary>
|
||||
/// Registers all floppy image plugins in the provided service collection
|
||||
/// </summary>
|
||||
/// <param name="services">Service collection</param>
|
||||
void RegisterFloppyImagePlugins(IServiceCollection services);
|
||||
|
||||
/// <summary>
|
||||
/// Registers all media image plugins in the provided service collection
|
||||
|
||||
Reference in New Issue
Block a user