Class RomInfo
Represents a file datum in a ClrMamePro or Logiqix XML Dat File
Inheritance
System.Object
RomInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Shiragame
Assembly: Snowflake.Framework.dll
Syntax
public class RomInfo : IRomInfo
Properties
CRC32
Gets the canonical CRC32 from the dat file
Declaration
public string CRC32 { get; }
Property Value
Type | Description |
---|---|
System. |
FileName
Gets the canonical filename from the dat file
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System. |
MD5
Gets the canonical MD5 from the dat file
Declaration
public string MD5 { get; }
Property Value
Type | Description |
---|---|
System. |
MimeType
Gets the mimetype of the file
Declaration
public string MimeType { get; }
Property Value
Type | Description |
---|---|
System. |
PlatformId
Gets the Stone platform ID
Declaration
public string PlatformId { get; }
Property Value
Type | Description |
---|---|
System. |
Region
Gets the ISO 3166-1 alpha-2 region code for this rom
Declaration
public string Region { get; }
Property Value
Type | Description |
---|---|
System. |
SHA1
Gets the canonical SHA1 from the dat file
Declaration
public string SHA1 { get; }
Property Value
Type | Description |
---|---|
System. |