| IEmulatorTryRemoveEmulatorPlatform Method |
Attempts to remove an Emulator Platform from this Emulator.
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.
Syntax bool TryRemoveEmulatorPlatform(
IEmulatorPlatform emulatorPlatform
)
Function TryRemoveEmulatorPlatform (
emulatorPlatform As IEmulatorPlatform
) As Boolean
bool TryRemoveEmulatorPlatform(
IEmulatorPlatform^ emulatorPlatform
)
abstract TryRemoveEmulatorPlatform :
emulatorPlatform : IEmulatorPlatform -> bool
Parameters
- emulatorPlatform IEmulatorPlatform
- The Emulator Platform to remove.
Return Value
BooleanA 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