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

Interface IRomFileInfo

Represents information retrieved from the contents of a rom through File Signatures IFileSignature

Namespace: Snowflake.Romfile
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRomFileInfo

Properties

InternalName

Gets the internal name of the ROM, if available

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

Mimetype

Gets the stone mimetype of the ROM.

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

Serial

Gets the serial of the ROM, if available

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