Class FileMetadataKeys
A list of standard keys for game metadata
Inheritance
System.Object
FileMetadataKeys
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.Model.Records.File
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public static class FileMetadataKeys
Fields
FileHashCrc32
The crc32 of the file
Declaration
public static readonly string FileHashCrc32
Field Value
Type | Description |
---|---|
System. |
FileHashMd5
The md5 of the file
Declaration
public static readonly string FileHashMd5
Field Value
Type | Description |
---|---|
System. |
FileHashSha1
The sha1 of the file
Declaration
public static readonly string FileHashSha1
Field Value
Type | Description |
---|---|
System. |
RomCanonicalTitle
The canonical title of a ROM from the shiragame database
Declaration
public static readonly string RomCanonicalTitle
Field Value
Type | Description |
---|---|
System. |
RomInternalName
The internal name of the ROM.
Declaration
public static readonly string RomInternalName
Field Value
Type | Description |
---|---|
System. |
RomPlatform
The stone platform id of the rom file
Declaration
public static readonly string RomPlatform
Field Value
Type | Description |
---|---|
System. |
RomRegion
The region of the rom.
Declaration
public static readonly string RomRegion
Field Value
Type | Description |
---|---|
System. |
RomSerial
The serial of the ROM
Declaration
public static readonly string RomSerial
Field Value
Type | Description |
---|---|
System. |
RomZipRunnableFilename
The filename of the runnable binary in a zip file.
Declaration
public static readonly string RomZipRunnableFilename
Field Value
Type | Description |
---|---|
System. |