Interface IRomFileInfo
Represents information retrieved from the contents of a rom through File Signatures
IFile
Namespace: Snowflake.Romfile
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRomFileInfo
Properties
InternalName
Gets the internal name of the ROM, if available
Declaration
string InternalName { get; }
Property Value
Type | Description |
---|---|
System. |
Mimetype
Gets the stone mimetype of the ROM.
Declaration
string Mimetype { get; }
Property Value
Type | Description |
---|---|
System. |
Serial
Gets the serial of the ROM, if available
Declaration
string Serial { get; }
Property Value
Type | Description |
---|---|
System. |