Table of Contents

Class EmulatorProfile

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll
public abstract class EmulatorProfile : ObservableObject, INotifyPropertyChanged
Inheritance
EmulatorProfile
Implements
Derived
Inherited Members

Properties

ExitScript

Gets exit-execution script.

public string ExitScript { get; set; }

Property Value

string

Id

Gets emulator profile ID.

public string Id { get; set; }

Property Value

string

Name

Gets profile name.

public string Name { get; set; }

Property Value

string

PostScript

Gets post-execution script.

public string PostScript { get; set; }

Property Value

string

PreScript

Gets pre-execution script.

public string PreScript { get; set; }

Property Value

string

Type

Gets emulator profile object type.

public Type Type { get; }

Property Value

Type

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.