  | IDataManagerGetEmulatorById Method | 
            Get an Emulator by the Emulator's ID.
            
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
SyntaxIEmulator GetEmulatorById(
	string id
)
Function GetEmulatorById ( 
	id As String
) As IEmulator
IEmulator^ GetEmulatorById(
	String^ id
)
abstract GetEmulatorById : 
        id : string -> IEmulator Parameters
- id  String
 - The ID of the Emulator to retrieve. Maps up directly to the Emulator's Id property.
 
Return Value
IEmulatorThe Emulator with the specified ID, or NULL if not found.
See Also