Class RomFileInfo
Inheritance
System.Object
RomFileInfo
Implements
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. |
mimetype | |
System. |
serial | |
System. |
internalName |
Properties
InternalName
Declaration
public string InternalName { get; }
Property Value
Type | Description |
---|---|
System. |
Mimetype
Declaration
public string Mimetype { get; }
Property Value
Type | Description |
---|---|
System. |
Serial
Declaration
public string Serial { get; }
Property Value
Type | Description |
---|---|
System. |