Skip to content

ROMSet ​

Represents a ROM set, which is a collection of ROM files and their associated metadata.

Kind: Class

Namespace: CrowdControl.Games

Public Constructors

ROMSet(string name, IList files)

Creates a new instance of the CrowdControl.Games.ROMSet class.

ROMSet(string name, ROMFile[] files)

Creates a new instance of the CrowdControl.Games.ROMSet class.

Public Member Functions

bool

TryIdentify(IList romFiles, string out message, string[] out newFiles, ROMIdentification out result, bool skipCopy = false)

Attempts to identify the ROM files in the set.

bool

TryIdentify(IEnumerable romFiles, string out message, ROMIdentification out result)

Attempts to identify the ROM files in the set.

Public Attributes

IList

Files

The list of ROM files in the set.

Properties

string

Name

[get, ]

The name of the ROM set.

bool

ContainsPatch

[get, ]

Checks if the ROM set contains a patch.