Interface IRomInfo
Represents a shiragame hashed info
Namespace: Snowflake.Shiragame
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRomInfo
Properties
CRC32
Gets the canonical CRC32 from the dat file
Declaration
string CRC32 { get; }
Property Value
Type | Description |
---|---|
System. |
FileName
Gets the canonical filename from the dat file
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
System. |
MD5
Gets the canonical MD5 from the dat file
Declaration
string MD5 { get; }
Property Value
Type | Description |
---|---|
System. |
MimeType
Gets the mimetype of the file
Declaration
string MimeType { get; }
Property Value
Type | Description |
---|---|
System. |
PlatformId
Gets the Stone platform ID
Declaration
string PlatformId { get; }
Property Value
Type | Description |
---|---|
System. |
Region
Gets the ISO 3166-1 alpha-2 region code for this rom
Declaration
string Region { get; }
Property Value
Type | Description |
---|---|
System. |
SHA1
Gets the canonical SHA1 from the dat file
Declaration
string SHA1 { get; }
Property Value
Type | Description |
---|---|
System. |