Click or drag to resize
LaunchBox

IDataManagerGetEmulatorById Method

Get an Emulator by the Emulator's ID.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
IEmulator GetEmulatorById(
	string id
)

Parameters

id  String
The ID of the Emulator to retrieve. Maps up directly to the Emulator's Id property.

Return Value

IEmulator
The Emulator with the specified ID, or NULL if not found.
See Also