Table of Contents

Class EmulatorDefinitionProfile

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll
public class EmulatorDefinitionProfile
Inheritance
EmulatorDefinitionProfile
Inherited Members

Properties

ImageExtensions

public List<string> ImageExtensions { get; set; }

Property Value

List<string>

InstallationFile

public string InstallationFile { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Platforms

public List<string> Platforms { get; set; }

Property Value

List<string>

ProfileFiles

public List<string> ProfileFiles { get; set; }

Property Value

List<string>

ScriptGameImport

public bool ScriptGameImport { get; set; }

Property Value

bool

ScriptStartup

public bool ScriptStartup { get; set; }

Property Value

bool

StartupArguments

public string StartupArguments { get; set; }

Property Value

string

StartupExecutable

public string StartupExecutable { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.