mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added generating XML metadata for file systems.
This commit is contained in:
@@ -49,6 +49,15 @@ namespace DiscImageChef.Plugins
|
||||
public string Name;
|
||||
/// <summary>Plugin UUID.</summary>
|
||||
public Guid PluginUUID;
|
||||
internal Schemas.FileSystemType xmlFSType;
|
||||
|
||||
public Schemas.FileSystemType XmlFSType
|
||||
{
|
||||
get
|
||||
{
|
||||
return xmlFSType;
|
||||
}
|
||||
}
|
||||
|
||||
protected Plugin()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user