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

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.String

FileName

Gets the canonical filename from the dat file

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

MD5

Gets the canonical MD5 from the dat file

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

MimeType

Gets the mimetype of the file

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

PlatformId

Gets the Stone platform ID

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

Region

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

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

SHA1

Gets the canonical SHA1 from the dat file

Declaration
string SHA1 { get; }
Property Value
Type Description
System.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.