Table of Contents

Class BuiltInEmulatorProfile

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

Represents built-in emulator profile.

public class BuiltInEmulatorProfile : EmulatorProfile, INotifyPropertyChanged, IEquatable<BuiltInEmulatorProfile>
Inheritance
BuiltInEmulatorProfile
Implements
Inherited Members

Constructors

BuiltInEmulatorProfile()

Creates new instance of BuiltInEmulatorProfile.

public BuiltInEmulatorProfile()

Properties

BuiltInProfileName

Gets name of built-in profile represented by this definition.

public string BuiltInProfileName { get; set; }

Property Value

string

CustomArguments

Gets or set custom emulator arguments.

public string CustomArguments { get; set; }

Property Value

string

OverrideDefaultArgs

Gets or sets value indicating whether built-in arguments should be overriden.

public bool OverrideDefaultArgs { get; set; }

Property Value

bool

Methods

Equals(BuiltInEmulatorProfile)

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

public bool Equals(BuiltInEmulatorProfile other)

Parameters

other BuiltInEmulatorProfile

An object to compare with this object.

Returns

bool

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

GetCopy()

public BuiltInEmulatorProfile GetCopy()

Returns

BuiltInEmulatorProfile