Show / Hide Table of Contents

Interface IEmulationAPI

Describes emulation API.

Properties

| Improve this Doc View Source

Emulators

Gets list of built-in emulator definitions.

Property Value
Type Description
System.Collections.Generic.IList<EmulatorDefinition>
| Improve this Doc View Source

Platforms

Gets built-in platform definitions.

Property Value
Type Description
System.Collections.Generic.IList<EmulatedPlatform>
| Improve this Doc View Source

Regions

Gets built-in region definitions.

Property Value
Type Description
System.Collections.Generic.IList<EmulatedRegion>

Methods

| Improve this Doc View Source

GetEmulator(String)

Gets specific built-in emulator definition.

Parameters
Type Name Description
System.String emulatorDefinitionId
Returns
Type Description
EmulatorDefinition
| Improve this Doc View Source

GetPlatform(String)

Gets specific platform by id.

Parameters
Type Name Description
System.String platformId
Returns
Type Description
EmulatedPlatform
| Improve this Doc View Source

GetRegion(String)

Gets specific region by id.

Parameters
Type Name Description
System.String regionId
Returns
Type Description
EmulatedRegion
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX