Click or drag to resize
LaunchBox

IEmulatorTryRemoveEmulatorPlatform Method

Attempts to remove an Emulator Platform from this Emulator.

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
bool TryRemoveEmulatorPlatform(
	IEmulatorPlatform emulatorPlatform
)

Parameters

emulatorPlatform  IEmulatorPlatform
The Emulator Platform to remove.

Return Value

Boolean
A value specifying whether or not the Emulator Platform was successfully removed. If this method returns false, most likely the Emulator Platform was not found on the Emulator.
See Also