C# Class RIM.VSNDK_Package.SimulatorListSingleton

Class to retrieve Installed API List
Show file Open project: blackberry/VSPlugin

Public Properties

Property Type Description
_simulatorList List

Public Methods

Method Description
RefreshData ( ) : void

Public function to refresh data.

Private Methods

Method Description
ErrorDataReceived ( object sender, System e ) : void

On Error received event handler

GetSimulatorList ( ) : void

Retrieve list of Available Simulators

IsSimulatorInstalled ( string version ) : bool

Check to see if Simulator is installed

SimulatorListDataReceived ( object sender, System e ) : void

On Data Received event handler

SimulatorListSingleton ( ) : System

Constructor

Method Details

RefreshData() public method

Public function to refresh data.
public RefreshData ( ) : void
return void

Property Details

_simulatorList public property

public List _simulatorList
return List