Table of Contents

Class GameInstallationData

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents data for game installation.

public class GameInstallationData
Inheritance
GameInstallationData
Inherited Members

Properties

InstallDirectory

Gets or sets installation directory.

public string InstallDirectory { get; set; }

Property Value

string

Roms

Gets or sets Roms.

public List<GameRom> Roms { get; set; }

Property Value

List<GameRom>