• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class RomInfo

Represents a file datum in a ClrMamePro or Logiqix XML Dat File

Inheritance
System.Object
RomInfo
Implements
IRomInfo
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.String

FileName

Gets the canonical filename from the dat file

Declaration
public string FileName { get; }
Property Value
Type Description
System.String

MD5

Gets the canonical MD5 from the dat file

Declaration
public string MD5 { get; }
Property Value
Type Description
System.String

MimeType

Gets the mimetype of the file

Declaration
public string MimeType { get; }
Property Value
Type Description
System.String

PlatformId

Gets the Stone platform ID

Declaration
public string PlatformId { get; }
Property Value
Type Description
System.String

Region

Gets the ISO 3166-1 alpha-2 region code for this rom

Declaration
public string Region { get; }
Property Value
Type Description
System.String

SHA1

Gets the canonical SHA1 from the dat file

Declaration
public string SHA1 { get; }
Property Value
Type Description
System.String

Implements

IRomInfo
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.