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

Class RomFileInfo

Inheritance
System.Object
RomFileInfo
Implements
IRomFileInfo
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.Romfile
Assembly: Snowflake.Framework.dll
Syntax
public class RomFileInfo : IRomFileInfo

Constructors

RomFileInfo(String, String, String)

Declaration
public RomFileInfo(string mimetype, string serial, string internalName)
Parameters
Type Name Description
System.String mimetype
System.String serial
System.String internalName

Properties

InternalName

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

Mimetype

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

Serial

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

Implements

IRomFileInfo
In This Article
  • Constructors
    • RomFileInfo(String, String, String)
  • Properties
    • InternalName
    • Mimetype
    • Serial
  • Implements
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.