Table of Contents

Class GameRom

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll

Represents game disk image.

public class GameRom : ObservableObject, INotifyPropertyChanged, IEquatable<GameRom>
Inheritance
GameRom
Implements
Inherited Members

Constructors

GameRom()

Creates new instance of GameRom.

public GameRom()

GameRom(string, string)

Creates new instance of GameRom.

public GameRom(string name, string path)

Parameters

name string
path string

Properties

Name

Gets ROM name.

public string Name { get; set; }

Property Value

string

Path

Gets ROM path.

public string Path { get; set; }

Property Value

string

Methods

Equals(GameRom)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(GameRom other)

Parameters

other GameRom

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetCopy()

public GameRom GetCopy()

Returns

GameRom