C# Class RIM.VSNDK_Package.SimulatorListSingleton

Class to retrieve Installed API List
Afficher le fichier Open project: blackberry/VSPlugin

Méthodes publiques

Свойство Type Description
_simulatorList List

Méthodes publiques

Méthode Description
RefreshData ( ) : void

Public function to refresh data.

Private Methods

Méthode 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 méthode

Public function to refresh data.
public RefreshData ( ) : void
Résultat void

Property Details

_simulatorList public_oe property

public List _simulatorList
Résultat List