Table of Contents

Class EmulatorDefinition

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

Properties

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Profiles

public List<EmulatorDefinitionProfile> Profiles { get; set; }

Property Value

List<EmulatorDefinitionProfile>

Website

public string Website { 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.